Searched refs:main_commands (Results 1 – 2 of 2) sorted by relevance
89 struct conf_func main_commands[] = { variable189 for (i = 0; main_commands[i].func != NULL; i++) in conf_dispatch()190 if (strncasecmp(main_commands[i].com, command, in conf_dispatch()191 strlen(main_commands[i].com)) == 0) { in conf_dispatch()202 return main_commands[last_match].func(nline); in conf_dispatch()
88 static struct com_func main_commands[] = { variable262 command_match(main_commands, cs->socket, recvspace, nextc); in command_dispatch()