Searched refs:CMD_IMPLICIT (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/tw/
H A Dtw.h53 #define CMD_IMPLICIT (CMD_USER<<0) macro
H A Dtw.c702 state.cmdflags = CMD_EXIT|CMD_IGNORE|CMD_IMPLICIT|CMD_NEWLINE;
926 if (*argv || args || count || !(state.cmdflags & CMD_IMPLICIT))
935 state.cmdflags &= ~CMD_IMPLICIT;
983 else if (state.cmdflags & CMD_IMPLICIT)
H A Dexpr.c568 state.cmdflags &= ~CMD_IMPLICIT;

Completed in 11 milliseconds