Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c139 #define getsc() getsc_i() macro
149 #define getsc() getsc_r((unsigned int)(unsigned char)o_getsc()) macro
231 c = getsc(); in yylex()
236 c = getsc(); in yylex()
255 while (!((c = getsc()) == 0 || in yylex()
308 c2 = getsc(); in yylex()
322 if ((c = getsc())) { in yylex()
348 c = getsc(); in yylex()
365 c = getsc(); in yylex()
392 c = getsc(); in yylex()
[all …]