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 105 setctypes("\t\n \"#$&'()*;<=>?[\\]`|", C_QUOTE);
1119 if (ctype(c, C_QUOTE))
    [all...]
syn.c 704 * C_QUOTE covers all but adds # * ? [ ]
707 if (ctype(*p, C_QUOTE))
main.c 440 if (*s->str != ' ' && ctype(*s->str, C_QUOTE))
    [all...]
sh.h 978 #define C_QUOTE BIT(6) /* \t\n "#$&'()*;<=>?[\]`| (needing quoting) */
    [all...]

Completed in 46 milliseconds