Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c134 #define getsc getsc_i macro
144 #define getsc() getsc_r(o_getsc()) macro
223 while ((c = getsc()) == ' ' || c == '\t') in yylex()
227 while ((c = getsc()) != '\0' && c != '\n') in yylex()
245 while (!((c = getsc()) == 0 || in yylex()
306 c2 = getsc(); in yylex()
320 if ((c = getsc())) { in yylex()
346 c = getsc(); in yylex()
363 c = getsc(); in yylex()
389 c = getsc(); in yylex()
[all …]