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

  /external/mksh/src/
misc.c 108 setctypes("\t\n \"#$&'()*;<=>?[\\]`|", C_QUOTE);
1061 if (ctype(c, C_QUOTE))
    [all...]
syn.c 675 * C_QUOTE covers all but adds # * ? [ ]
678 if (ctype(*p, C_QUOTE))
main.c 465 if (*s->str != ' ' && ctype(*s->str, C_QUOTE))
    [all...]
sh.h 916 #define C_QUOTE BIT(6) /* \t\n "#$&'()*;<=>?[\]`| (needing quoting) */
    [all...]

Completed in 46 milliseconds