Searched refs:sectcmd (Results 1 – 1 of 1) sorted by relevance
361 const struct cmd *cmd, *match = NULL, *sectcmd; in __handle_cmd() local418 for_each_cmd(sectcmd, i) { in __handle_cmd()419 if (sectcmd->parent) in __handle_cmd()422 if (match && sectcmd->idby != command_idby) in __handle_cmd()424 if (strcmp(sectcmd->name, section) == 0) in __handle_cmd()425 match = sectcmd; in __handle_cmd()428 sectcmd = match; in __handle_cmd()430 if (!sectcmd) in __handle_cmd()439 if (cmd->parent != sectcmd) in __handle_cmd()467 cmd = sectcmd; in __handle_cmd()