Home
last modified time | relevance | path

Searched refs:destroy_func (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y302 $$->cmd_handler = &destroy_func;
325 $$->cmd_handler = &destroy_func;
338 $$->cmd_handler = &destroy_func;
353 $$->cmd_handler = &destroy_func;
H A Dnwamcfg.h163 extern cmd_func_t destroy_func, end_func, exit_func, export_func, get_func;
H A Dnwamcfg.c1592 destroy_func(cmd_t *cmd) in destroy_func() function