Home
last modified time | relevance | path

Searched refs:CMDWORD (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dsyn.c305 cf = CMDWORD | CMDASN; in get_command()
307 cf = CMDWORD; in get_command()
Dlex.c239 if (!Flag(FPOSIX) || (cf & CMDWORD)) in yylex()
Dsh.h2197 #define CMDWORD BIT(8) /* parsing simple command (alias related) */ macro