| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| cancel.c | 36 ** cancel() - CANCEL A REQUEST 40 cancel (RSTATUS *prs, int spool) function
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| ErrorCountEventHandler.h | 24 void cancel(); 48 void ErrorCountEventHandler::cancel() function in class:SP_NAMESPACE::ErrorCountEventHandler
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
| DRM.java | 81 * Cancel a previous offer or request. 83 * @throws Exception If the cancel fails. 85 public void cancel() throws Exception; method in interface:DRM
|
| LogDRM.java | 119 * TODO: Define cancel parameters. 121 * @throws Exception If the cancel fails. 123 public void cancel() throws Exception method in class:LogDRM
|
| /onnv/onnv-gate/usr/src/cmd/print/bsd-sysv-commands/ |
| disable.c | 94 int cancel = 0; local 104 case 'c': /* cancel active job first */ 105 cancel = 1; 156 if (cancel != 0)
|
| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| pmAboutBox.java | 44 public pmButton cancel = null; field in class:pmAboutBox 59 cancel = new pmButton(pmUtility.getResource("Cancel")); 60 cancel.setMnemonic(pmUtility.getIntResource("Cancel.mnemonic")); 61 cancel.addActionListener(new ActionListener() { 88 buttonPanel.add(cancel); 97 // default button is cancel 98 cancel.setAsDefaultButton(); 100 // handle Esc as cancel [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/ |
| DCPanel.java | 128 smallTimer.cancel(); 129 bigTimer.cancel(); 203 public void cancel() { method in class:DCPanel.Timer
|
| DurationHelper.java | 50 private Button cancel; field in class:DurationHelper 172 cancel = new Button(getString("Cancel")); 177 p.add(cancel, gbc); 182 cancel.addActionListener(bl); 226 * "Cancel" button. Choosing the window close menu is equivalent to 227 * clicking on "Cancel." 241 * button to save it and on the Cancel button to discard it. Using the 242 * window close menu responds the same way as cancel. 281 } else if (e.getSource() == cancel) { [all...] |
| EncListDialog.java | 16 * once. The Ok and Cancel buttons merely call setVisible with an 22 // bottomPanel contains the buttons ok, clear, cancel, and help. 35 private Button cancel; field in class:EncListDialog 134 cancel = new Button(getString("Cancel")); 138 bottomPanel.add(cancel); 149 cancel.addActionListener(bl); 167 * "Cancel." 251 } else if (e.getSource() == cancel) {
|
| DateTimeDialog.java | 37 * once. The Ok and Cancel buttons merely call setVisible with an 43 // midnight and now. bottomPanel contains the buttons ok, cancel and 67 private Button cancel; field in class:DateTimeDialog 299 cancel = new Button(getString("Cancel")); 302 bottomPanel.add(cancel); 312 cancel.addActionListener(bl); 385 * "Cancel." 480 if (e.getSource() == cancel) {
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpadmin/ |
| do_align.c | 69 cancel(), 281 cancel (req_id); 450 cancel (req_id); 594 ** cancel() - MAKE PRINTER ACCEPT REQUESTS 597 static void cancel (req_id) function
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dataclasses/ |
| PrintUtil.java | 185 Button cancel = new Button(getString("Cancel")); local 216 p.add(cancel, gbc); 220 cancel.addActionListener(new CancelButtonListener()); 229 * as a result of the user choosing any one of "print", "cancel" or
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/tic/ |
| ticscan.c | 73 char cancel[] = m_textstr(3133, "Cancel; name='%s'\n", "I name"); variable 98 * CANCEL An entry of the form 175 type = CANCEL; 230 case CANCEL: 231 fprintf(stderr, m_strmsg(cancel), curr_token.tk_name);
|
| /onnv/onnv-gate/usr/src/uts/common/fs/tmpfs/ |
| tmp_vfsops.c | 91 /* Option name Cancel Opt Arg Flags Data */ 382 struct tmpnode *tnp, *cancel; local 415 cancel = tm->tm_rootnode->tn_forw; 416 while (cancel != tnp) { 417 vp = TNTOV(cancel); 420 cancel = cancel->tn_forw;
|
| /onnv/onnv-gate/usr/src/lib/print/libpapi-lpd/common/ |
| lpd-port.c | 630 cancel(int fd, char *printer, int ac, char **av) function 798 case OP_CANCEL: /* send the cancel string, return the fd */ 799 if (cancel(fd, queue, ac - optind, &av[optind]) < 0)
|
| /onnv/onnv-gate/usr/src/cmd/zinject/ |
| zinject.c | 537 char *cancel = NULL; local 609 cancel = optarg; 749 if (cancel != NULL) { 756 (void) fprintf(stderr, "cancel (-c) incompatible with " 767 if (strcmp(cancel, "all") == 0) { 770 int id = (int)strtol(cancel, &end, 10); 773 " must be an integer or 'all'\n", cancel);
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
| TypeEditor.java | 185 * be disabled except for the Cancel and Help buttons. 461 cancel(); method 469 public void cancel() { method in class:TypeEditor
|
| /onnv/onnv-gate/usr/src/lib/libslp/clib/ |
| slp-internal.h | 139 int cancel; /* cancellation flag */ member in struct:handle_impl
|
| /onnv/onnv-gate/usr/src/uts/sun4u/sys/ |
| zulumod.h | 130 int cancel; member in struct:__anon9324 155 #define ZULUVM_STATS_CANCEL(devp) (devp)->zvm.cancel++
|