Searched refs:CANCEL (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DConstants.java47 int CANCEL = 4; field in interface:Constants
H A DpmButtonScreen.java51 final static int CANCEL = 4; field in class:pmButtonScreen
103 cancelButton.addActionListener(new ButtonListener(CANCEL));
143 case CANCEL:
H A DpmLoad.java44 final static int CANCEL = 4; field in class:pmLoad
165 cancelButton.addActionListener(new ButtonListener(CANCEL));
201 case CANCEL:
H A DpmAccess.java70 final static int CANCEL = 4; field in class:pmAccess
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcompiler.h135 #define CANCEL 3 /* Capability to be cancelled in following tc's */ macro
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dtic.h121 #define CANCEL 3 /* Capability to be cancelled in following tc's */ macro
H A Dticscan.c98 * CANCEL An entry of the form
175 type = CANCEL;
230 case CANCEL:
H A Dticparse.c577 case CANCEL:
/illumos-gate/usr/src/cmd/tic/
H A Dtic_scan.c124 * CANCEL An entry of the form
193 type = CANCEL;
270 case CANCEL:
H A Dtic_parse.c315 if (token_type != CANCEL &&
320 case CANCEL:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y51 %token CANCEL CLEAR COMMIT CREATE DESTROY END EXIT EXPORT GET HELP
90 %type <cmd> cancel_command CANCEL
161 cancel_command: CANCEL
H A Dnwamcfg_lex.l61 return CANCEL;
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y131 %token HELP CREATE EXPORT ADD DELETE REMOVE SELECT SET INFO CANCEL END VERIFY
152 %type <cmd> cancel_command CANCEL
272 cancel_command: CANCEL
281 | CANCEL TOKEN
H A Dzonecfg_lex.l87 return CANCEL;
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_logging.c106 case CANCEL:
H A Dsip.h367 CANCEL, enumerator in enum:__anon3966
H A Dsip_xaction.c309 * If we are getting a ACK/CANCEL we need to match with the
313 (method == ACK || method == CANCEL)) {
H A Dsip_xaction_state_mc.c733 } else if (sip_msg_info->sip_req_method == CANCEL) {

Completed in 81 milliseconds