Searched refs:add_stuff (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 532 add_stuff(WordCompletion *cpl, const char *line1, const char **list, in add_stuff() function 563 return (add_stuff(cpl, line, global_create_cmds, in CPL_MATCH_FN() 566 return (add_stuff(cpl, line, global_destroy_cmds, in CPL_MATCH_FN() 569 return (add_stuff(cpl, line, global_export_cmds, in CPL_MATCH_FN() 572 return (add_stuff(cpl, line, global_list_cmds, in CPL_MATCH_FN() 575 return (add_stuff(cpl, line, global_select_cmds, in CPL_MATCH_FN() 577 return (add_stuff(cpl, line, global_scope_cmds, word_end)); in CPL_MATCH_FN() 582 return (add_stuff(cpl, line, non_ncp_scope_cmds, word_end)); in CPL_MATCH_FN() 585 return (add_stuff(cpl, line, ncp_create_cmds, in CPL_MATCH_FN() 588 return (add_stuff(cpl, line, ncp_destroy_cmds, in CPL_MATCH_FN() [all …]
|
/titanic_41/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 600 add_stuff(WordCompletion *cpl, const char *line1, const char **list, in add_stuff() function 627 return (add_stuff(cpl, line, add_cmds, word_end)); in CPL_MATCH_FN() 629 return (add_stuff(cpl, line, clear_cmds, word_end)); in CPL_MATCH_FN() 631 return (add_stuff(cpl, line, select_cmds, word_end)); in CPL_MATCH_FN() 633 return (add_stuff(cpl, line, set_cmds, word_end)); in CPL_MATCH_FN() 635 return (add_stuff(cpl, line, remove_cmds, word_end)); in CPL_MATCH_FN() 637 return (add_stuff(cpl, line, info_cmds, word_end)); in CPL_MATCH_FN() 638 return (add_stuff(cpl, line, global_scope_cmds, word_end)); in CPL_MATCH_FN() 642 return (add_stuff(cpl, line, fs_res_scope_cmds, word_end)); in CPL_MATCH_FN() 644 return (add_stuff(cpl, line, net_res_scope_cmds, word_end)); in CPL_MATCH_FN() [all …]
|