Searched refs:add_stuff (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 537 add_stuff(WordCompletion *cpl, const char *line1, const char **list, in add_stuff() function 568 return (add_stuff(cpl, line, global_create_cmds, in CPL_MATCH_FN() 571 return (add_stuff(cpl, line, global_destroy_cmds, in CPL_MATCH_FN() 574 return (add_stuff(cpl, line, global_export_cmds, in CPL_MATCH_FN() 577 return (add_stuff(cpl, line, global_list_cmds, in CPL_MATCH_FN() 580 return (add_stuff(cpl, line, global_select_cmds, in CPL_MATCH_FN() 582 return (add_stuff(cpl, line, global_scope_cmds, word_end)); in CPL_MATCH_FN() 587 return (add_stuff(cpl, line, non_ncp_scope_cmds, word_end)); in CPL_MATCH_FN() 590 return (add_stuff(cpl, line, ncp_create_cmds, in CPL_MATCH_FN() 593 return (add_stuff(cpl, line, ncp_destroy_cmds, in CPL_MATCH_FN() [all …]
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 622 add_stuff(WordCompletion *cpl, const char *line1, const char **list, in add_stuff() function 649 return (add_stuff(cpl, line, add_cmds, word_end)); in CPL_MATCH_FN() 651 return (add_stuff(cpl, line, clear_cmds, word_end)); in CPL_MATCH_FN() 653 return (add_stuff(cpl, line, select_cmds, word_end)); in CPL_MATCH_FN() 655 return (add_stuff(cpl, line, set_cmds, word_end)); in CPL_MATCH_FN() 657 return (add_stuff(cpl, line, remove_cmds, word_end)); in CPL_MATCH_FN() 659 return (add_stuff(cpl, line, info_cmds, word_end)); in CPL_MATCH_FN() 660 return (add_stuff(cpl, line, global_scope_cmds, word_end)); in CPL_MATCH_FN() 664 return (add_stuff(cpl, line, fs_res_scope_cmds, word_end)); in CPL_MATCH_FN() 666 return (add_stuff(cpl, line, net_res_scope_cmds, word_end)); in CPL_MATCH_FN() [all …]
|