Searched refs:CMD_CANCEL (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.h | 45 #define CMD_CANCEL 0 macro 62 #define CMD_MIN CMD_CANCEL
|
H A D | nwamcfg.c | 113 { CMD_CANCEL, "cancel", SHELP_CANCEL }, 693 case CMD_CANCEL: in long_help() 1086 case CMD_CANCEL: in check_scope() 1099 case CMD_CANCEL: in check_scope()
|
H A D | nwamcfg_grammar.y | 166 $$->cmd_num = CMD_CANCEL;
|
/titanic_44/usr/src/cmd/format/ |
H A D | menu_scsi.c | 129 #define CMD_CANCEL 7 macro 144 { "cancel", NULL, CMD_CANCEL }, 259 case CMD_CANCEL: in c_scsi()
|
/titanic_44/usr/src/cmd/zonecfg/ |
H A D | zonecfg.h | 44 #define CMD_CANCEL 1 macro
|
H A D | zonecfg.c | 139 { CMD_CANCEL, "cancel", 0, SHELP_CANCEL, }, 901 case CMD_CANCEL: in long_help() 1235 (void) fprintf(fp, "\t%s\t%s\n", cmd_to_str(CMD_CANCEL), in usage() 6129 longer_usage(CMD_CANCEL); in cancel_func() 6133 short_usage(CMD_CANCEL); in cancel_func() 6142 short_usage(CMD_CANCEL); in cancel_func() 6147 scope_usage(CMD_CANCEL); in cancel_func() 6786 cmd_to_str(CMD_REVERT), cmd_to_str(CMD_CANCEL)); in revert_func()
|