Home
last modified time | relevance | path

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

/mirbsd/src/bin/mksh/
Dlex.c214 if (cf & ONEWORD) in yylex()
Dexec.c1498 i = (iop->flag & IOEVAL) ? (ONEWORD | HEREDOC) : 0; in herein()
Deval.c120 if (yylex(ONEWORD) != LWORD) in substitute()
Dsh.h1571 #define ONEWORD BIT(1) /* single word for substitute() */ macro
Dedit.c382 if (yylex(ONEWORD | LQCHAR) != LWORD) { in x_file_glob()