HomeSort by: relevance | last modified time | path
    Searched defs:no_cmds (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ifconfig/
ifconfig.c 246 struct pterm no_cmds = PTERM_INITIALIZER(&no_cmds, "no commands", no_cmds_exec, variable in typeref:struct:pterm
251 __arraycount(familykw), &no_cmds.pt_parser);
300 {.b_nextparser = &no_cmds.pt_parser}
305 {.b_nextparser = &no_cmds.pt_parser}
730 start = &no_cmds.pt_parser;
733 if (start != &no_cmds.pt_parser &&
ifconfig.c 246 struct pterm no_cmds = PTERM_INITIALIZER(&no_cmds, "no commands", no_cmds_exec, variable in typeref:struct:pterm
251 __arraycount(familykw), &no_cmds.pt_parser);
300 {.b_nextparser = &no_cmds.pt_parser}
305 {.b_nextparser = &no_cmds.pt_parser}
730 start = &no_cmds.pt_parser;
733 if (start != &no_cmds.pt_parser &&

Completed in 23 milliseconds