Searched refs:sectcmd (Results 1 – 1 of 1) sorted by relevance
299 const struct cmd *cmd, *match = NULL, *sectcmd; in __handle_cmd() local356 for_each_cmd(sectcmd) { in __handle_cmd()357 if (sectcmd->parent) in __handle_cmd()360 if (match && sectcmd->idby != command_idby) in __handle_cmd()362 if (strcmp(sectcmd->name, section) == 0) in __handle_cmd()363 match = sectcmd; in __handle_cmd()366 sectcmd = match; in __handle_cmd()368 if (!sectcmd) in __handle_cmd()377 if (cmd->parent != sectcmd) in __handle_cmd()405 cmd = sectcmd; in __handle_cmd()