Searched refs:C_HASH (Results 1 – 3 of 3) sorted by relevance
623 while (ctype(c, C_ALNUM | C_HASH)) in exprtoken()
1266 if (ctype(c, C_QUEST | C_COLON | C_HASH) || c == ';' || c == ',' || in ksh_getopt()
1459 #define C_HASH CiHASH /* # hash sign */ macro