Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c10983 static int pgetc(void) in pgetc() function
11009 while ((c = pgetc()) == '\\') { in pgetc_eatbnl()
11010 if (pgetc() != '\n') { in pgetc_eatbnl()
11036 return stack->syntax == SQSYNTAX ? pgetc() : pgetc_eatbnl(); in pgetc_top()
12312 c = pgetc(); in decode_dollar_squote()
12320 c = pgetc(); in decode_dollar_squote()
12326 c = pgetc(); in decode_dollar_squote()
12451 c = pgetc(); in readtoken1()
12563 if (pgetc() == '>') in readtoken1()
12570 if (pgetc() == '(') { in readtoken1()
[all …]