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

/openbsd-current/bin/ksh/
H A Dsh.h281 #define C_QUOTE BIT(8) /* \n\t"#$&'()*;<>?[\`| (needing quoting) */ macro
H A Dmisc.c57 setctypes(" \n\t\"#$&'()*;<>?[\\`|", C_QUOTE);
982 if (ctype(*p, C_QUOTE))
H A Dsyn.c543 * C_QUOTE covers all but = and adds # [ ? *)
546 if (ctype(*p, C_QUOTE) || *p == '=')

Completed in 178 milliseconds