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

  /external/mksh/src/
lex.c 486 } else if (ctype(c, C_VAR1 | C_DIGIT)) {
    [all...]
eval.c 1181 ctype(*sp, C_VAR1 | C_DIGIT))
    [all...]
misc.c 91 setctypes("*@#!$-?", C_VAR1);
    [all...]
sh.h 778 #define C_VAR1 BIT(3) /* *@#!$-? */
    [all...]

Completed in 37 milliseconds