Home
last modified time | relevance | path

Searched refs:CMD_CANCEL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h46 #define CMD_CANCEL 0 macro
63 #define CMD_MIN CMD_CANCEL
H A Dnwamcfg.c114 { CMD_CANCEL, "cancel", SHELP_CANCEL },
703 case CMD_CANCEL: in long_help()
1096 case CMD_CANCEL: in check_scope()
1109 case CMD_CANCEL: in check_scope()
H A Dnwamcfg_grammar.y169 $$->cmd_num = CMD_CANCEL;
/illumos-gate/usr/src/cmd/format/
H A Dmenu_scsi.c106 #define CMD_CANCEL 7 macro
121 { "cancel", NULL, CMD_CANCEL },
236 case CMD_CANCEL: in c_scsi()
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h44 #define CMD_CANCEL 1 macro
H A Dzonecfg.c141 { CMD_CANCEL, "cancel", 0, SHELP_CANCEL, },
927 case CMD_CANCEL: in long_help()
1278 (void) fprintf(fp, "\t%s\t%s\n", cmd_to_str(CMD_CANCEL), in usage()
6438 longer_usage(CMD_CANCEL); in cancel_func()
6442 short_usage(CMD_CANCEL); in cancel_func()
6451 short_usage(CMD_CANCEL); in cancel_func()
6456 scope_usage(CMD_CANCEL); in cancel_func()
7109 cmd_to_str(CMD_REVERT), cmd_to_str(CMD_CANCEL)); in revert_func()