Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c921 while (!ctype(*cp, C_NL | C_NUL)) in scriptexec()
950 while (!ctype(*cp, C_BLANK | C_NUL)) in scriptexec()
Dsyn.c98 else if (!cinttype(c, C_LF | C_NUL)) in yyparse()
Dlex.c237 } while (!ctype(c, C_NUL | C_LF)); in yylex()
Dsh.h1467 #define C_NUL CiNUL /* \x00 ASCII NUL */ macro