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

/external/mksh/src/
H A Dmisc.c105 setctypes("\t\n \"#$&'()*;<=>?[\\]`|", C_QUOTE);
1119 if (ctype(c, C_QUOTE))
H A Dsyn.c704 * C_QUOTE covers all but adds # * ? [ ]
707 if (ctype(*p, C_QUOTE))
H A Dmain.c440 if (*s->str != ' ' && ctype(*s->str, C_QUOTE))
H A Dsh.h978 #define C_QUOTE BIT(6) /* \t\n "#$&'()*;<=>?[\]`| (needing quoting) */ macro

Completed in 190 milliseconds