Searched refs:lastc (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/grep/
H A Dgrep.c323 int c, lastc, needpattern, newarg, prevoptind; local
360 lastc = '\0';
404 if (newarg || !isdigit(lastc))
631 lastc = c;
/system/core/sh/
H A Dexpand.c418 char lastc; local
439 lastc = '\0';
451 lastc = *p++;
452 if (lastc != '\0') {
453 if (quotes && syntax[(int)lastc] == CCTL)
455 STPUTC(lastc, dest);

Completed in 68 milliseconds