Searched refs:Cancel (Results 1 - 20 of 20) sorted by relevance
| /xsrc/external/mit/bitmap/dist/ |
| H A D | Dialog.h | 40 #define Cancel 1<<6 macro
|
| H A D | BitEdit.c | 811 case Cancel: 969 case Cancel: 1143 input_dialog = CreateDialog(top_widget, "input", Okay | Cancel); 1145 qsave_dialog = CreateDialog(top_widget, "qsave", Yes | No | Cancel);
|
| H A D | Dialog.c | 63 {"cancel", Cancel},
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | events.h | 53 extern bool Cancel;
|
| H A D | functions.c | 121 if(Cancel) {
|
| H A D | event_core.c | 94 bool Cancel = false; variable in typeref:typename:bool
|
| H A D | functions_win_moveresize.c | 411 if(Cancel) { 949 while(!(Event.type == ButtonRelease || Cancel));
|
| H A D | win_resize.c | 1367 if(Cancel) {
|
| H A D | menus.c | 519 if((! ActiveMenu) || Cancel) {
|
| H A D | event_handlers.c | 2523 Cancel = false; 2639 Cancel = true;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.h | 120 extern int Cancel;
|
| H A D | menus.c | 496 if (Event.type == ButtonRelease || Cancel) { 1229 if (Cancel) 1427 } while (!(Event.type == ButtonRelease || Cancel)); 1615 if (Cancel) {
|
| H A D | events.c | 116 int Cancel = FALSE; variable in typeref:typename:int 1669 Cancel = FALSE; 1730 Cancel = TRUE;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | XWin.rc | 80 DEFPUSHBUTTON "&Cancel", IDCANCEL, 95, 56, 30, 14
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | XWin.rc | 80 DEFPUSHBUTTON "&Cancel", IDCANCEL, 95, 56, 30, 14
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.0.6.rst | 65 - egl/android: Cancel any outstanding ANativeBuffer in surface
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | X11Controller.m | 801 NSLocalizedString (@"Cancel", @""), nil)
|
| H A D | X11Application.m | 920 switch(NSRunAlertPanel(title, msg, NSLocalizedString(@"Allow", @""), NSLocalizedString (@"Cancel", @""), NSLocalizedString (@"Always Allow", @""))) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | X11Controller.m | 873 NSLocalizedString(@"Cancel", @""), nil, msg);
|
| H A D | X11Application.m | 669 NSLocalizedString(@"Cancel", @""),
|
Completed in 26 milliseconds