Searched refs:CMD_NOARGS (Results 1 – 1 of 1) sorted by relevance
66 #define CMD_NOARGS 0x02 macro70 { "config", CMD_NOARGS, cmd_config },71 { "cstatus", CMD_NOARGS, cmd_cstatus },74 { "rescan", CMD_NOARGS, cmd_rescan },141 } else if ((cmd->flags & CMD_NOARGS) != 0) in main()