Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c246 ((state == SBASE || state == SHEREDELIM) && ctype(c, C_LEX1)))) { in yylex()
Dmisc.c96 setctypes(TC_LEX1, C_LEX1); in initctypes()
Dsh.h1290 #define C_LEX1 BIT(2) /* \t \n\0|&;<>() */ macro
Dedit.c555 #define IS_WORDC(c) (!ctype(c, C_LEX1) && (c) != '\'' && (c) != '"' && \