Home
last modified time | relevance | path

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

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