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

/external/mksh/src/
H A Dlex.c263 ctype(c, C_LEX1)))) {
H A Dmisc.c90 setctypes(" \t\n|&;<>()", C_LEX1);
H A Dsh.h777 #define C_LEX1 BIT(2) /* \t \n\0|&;<>() */ macro
H A Dedit.c458 #define IS_WORDC(c) (!ctype(c, C_LEX1) && (c) != '\'' && (c) != '"' && \

Completed in 150 milliseconds