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