Searched refs:lastc (Results 1 – 2 of 2) sorted by relevance
323 int c, lastc, needpattern, newarg, prevoptind; in grep_main() local360 lastc = '\0'; in grep_main()404 if (newarg || !isdigit(lastc)) in grep_main()631 lastc = c; in grep_main()
418 char lastc; in expbackq() local439 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()