Home
last modified time | relevance | path

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

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