HomeSort by: relevance | last modified time | path
    Searched refs:C_QUOTE (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
sh.h 427 #define C_QUOTE BIT(8) /* \n\t"#$&'()*;<>?[\`| (needing quoting) */
misc.c 63 setctypes(" \n\t\"#$&'()*;<>?[\\`|", C_QUOTE);
1086 if (ctype(*p, C_QUOTE))
syn.c 554 * C_QUOTE covers all but = and adds # [ ? *)
557 if (ctype(*p, C_QUOTE) || *p == '=')

Completed in 14 milliseconds