Home
last modified time | relevance | path

Searched refs:DECL_UTIL (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dsyn.c325 if (flag & DECL_UTIL) in get_command()
Dlex.c1104 if (flag & (DECL_UTIL | DECL_FWDR)) in yylex()
Dexec.c1148 flag |= DECL_UTIL; in builtin()
Dsh.h1757 #define DECL_UTIL BIT(15) /* is declaration utility */ macro