Searched refs:int_ctrl_cmd_is_null (Results 1 – 1 of 1) sorted by relevance
69 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) in int_ctrl_cmd_is_null() function79 while(!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) in int_ctrl_cmd_by_name()84 if(int_ctrl_cmd_is_null(defn)) in int_ctrl_cmd_by_name()95 while(!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) in int_ctrl_cmd_by_num()113 if((e->cmd_defns == NULL) || int_ctrl_cmd_is_null(e->cmd_defns)) in int_ctrl_helper()155 if(int_ctrl_cmd_is_null(e->cmd_defns + idx)) in int_ctrl_helper()