Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c323 if (!(flag & DECL_FWDR)) in get_command()
Dlex.c1083 if (flag & (DECL_UTIL | DECL_FWDR)) in yylex()
Dexec.c1125 flag |= DECL_FWDR; in builtin()
Dsh.h1544 #define DECL_FWDR BIT(16) /* is declaration utility forwarder */ macro