Searched refs:cmd_defns (Results 1 – 4 of 4) sorted by relevance
73 if ((e->cmd_defns == NULL) || int_ctrl_cmd_is_null(e->cmd_defns)) in int_ctrl_helper()75 return e->cmd_defns->cmd_num; in int_ctrl_helper()88 if ((e->cmd_defns == NULL) in int_ctrl_helper()89 || ((idx = int_ctrl_cmd_by_name(e->cmd_defns, s)) < 0)) { in int_ctrl_helper()93 return e->cmd_defns[idx].cmd_num; in int_ctrl_helper()99 if ((e->cmd_defns == NULL) in int_ctrl_helper()100 || ((idx = int_ctrl_cmd_by_num(e->cmd_defns, (unsigned int)i)) < 0)) { in int_ctrl_helper()105 cdp = &e->cmd_defns[idx]; in int_ctrl_helper()
66 e->cmd_defns = NULL; in engine_set_all_null()253 e->cmd_defns = defns; in ENGINE_set_cmd_defns()294 return e->cmd_defns; in ENGINE_get_cmd_defns()
134 const ENGINE_CMD_DEFN *cmd_defns; member
367 dest->cmd_defns = src->cmd_defns; in engine_cpy()