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

/external/mksh/src/
H A Deval.c121 if (yylex(ONEWORD) != LWORD)
H A Dexec.c1498 i = (iop->flag & IOEVAL) ? (ONEWORD | HEREDOC) : 0;
H A Dlex.c214 if (cf & ONEWORD)
769 /* ONEWORD */
1015 /* XXX ONEWORD? */)
H A Dsh.h1572 #define ONEWORD BIT(1) /* single word for substitute() */ macro
H A Dedit.c382 if (yylex(ONEWORD | LQCHAR) != LWORD) {

Completed in 94 milliseconds