Searched refs:ONEWORD (Results 1 – 5 of 5) sorted by relevance
214 if (cf & ONEWORD) in yylex()
1498 i = (iop->flag & IOEVAL) ? (ONEWORD | HEREDOC) : 0; in herein()
120 if (yylex(ONEWORD) != LWORD) in substitute()
1571 #define ONEWORD BIT(1) /* single word for substitute() */ macro
382 if (yylex(ONEWORD | LQCHAR) != LWORD) { in x_file_glob()