Searched refs:CMD_EMPTY (Results 1 – 2 of 2) sorted by relevance
34 #define CMD_EMPTY (1<<0) /* run once, even if no args */ macro
186 if (cmd->flags & CMD_EMPTY) in cmdflush()187 cmd->flags &= ~CMD_EMPTY; in cmdflush()