Searched defs:add_stuff (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c532 add_stuff(WordCompletion *cpl, const char *line1, const char **list, function
563 return (add_stuff(cpl, line, global_create_cmds,
566 return (add_stuff(cpl, line, global_destroy_cmds,
569 return (add_stuff(cpl, line, global_export_cmds,
572 return (add_stuff(cpl, line, global_list_cmds,
575 return (add_stuff(cpl, line, global_select_cmds,
577 return (add_stuff(cpl, line, global_scope_cmds, word_end));
582 return (add_stuff(cpl, line, non_ncp_scope_cmds, word_end));
585 return (add_stuff(cpl, line, ncp_create_cmds,
588 return (add_stuff(cp
[all...]
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c620 add_stuff(WordCompletion *cpl, const char *line1, const char **list, function
647 return (add_stuff(cpl, line, add_cmds, word_end));
649 return (add_stuff(cpl, line, clear_cmds, word_end));
651 return (add_stuff(cpl, line, select_cmds, word_end));
653 return (add_stuff(cpl, line, set_cmds, word_end));
655 return (add_stuff(cpl, line, remove_cmds, word_end));
657 return (add_stuff(cpl, line, info_cmds, word_end));
658 return (add_stuff(cpl, line, global_scope_cmds, word_end));
662 return (add_stuff(cpl, line, fs_res_scope_cmds, word_end));
664 return (add_stuff(cp
[all...]

Completed in 99 milliseconds