Searched refs:C_NUL (Results 1 – 4 of 4) sorted by relevance
921 while (!ctype(*cp, C_NL | C_NUL)) in scriptexec()950 while (!ctype(*cp, C_BLANK | C_NUL)) in scriptexec()
98 else if (!cinttype(c, C_LF | C_NUL)) in yyparse()
237 } while (!ctype(c, C_NUL | C_LF)); in yylex()
1467 #define C_NUL CiNUL /* \x00 ASCII NUL */ macro