Searched refs:CMD_CRIT (Results 1 – 3 of 3) sorted by relevance
125 return (CMD_CRIT); in command_load()154 return (CMD_CRIT); in command_load()184 return (error == 0 ? CMD_OK : CMD_CRIT); in command_load()196 return (error == 0 ? CMD_OK : CMD_CRIT); in command_load()
150 case CMD_CRIT: in bf_command()
43 #define CMD_CRIT 3 macro