Home
last modified time | relevance | path

Searched refs:ONEWORD (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Dlex.c220 if (cf & ONEWORD) in yylex()
Dexec.c1632 i = (iop->ioflag & IOEVAL) ? (ONEWORD | HEREDOC) : 0; in herein()
Deval.c133 if (yylex(ONEWORD) != LWORD) in substitute()
Dsh.h2276 #define ONEWORD BIT(1) /* single word for substitute() */ macro
Dedit.c404 if (yylex(ONEWORD | LQCHAR) != LWORD) { in x_file_glob()