HomeSort by relevance Sort by last modified time
    Searched refs:C_LEX1 (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
lex.c 246 ((state == SBASE || state == SHEREDELIM) && ctype(c, C_LEX1)))) {
    [all...]
misc.c 101 setctypes(TC_LEX1, C_LEX1);
    [all...]
sh.h     [all...]
edit.c 551 #define IS_WORDC(c) (!ctype(c, C_LEX1) && (c) != '\'' && (c) != '"' && \
    [all...]

Completed in 66 milliseconds