| /xsrc/external/mit/xcalc/dist/ |
| H A D | xcalc.h | 170 extern void Quit(void) _X_NORETURN;
|
| H A D | xcalc.c | 320 void Quit(void) function in typeref:typename:void
|
| H A D | actions.c | 418 Quit();
|
| /xsrc/external/mit/xman/dist/ |
| H A D | handler.c | 91 else if (w == man_globals->quit_entry) /* Quit. */ 92 Quit(XtParent(w), NULL, NULL, NULL); 426 /* Function Name: Quit. 436 Quit(Widget w, XEvent * event, String * params, Cardinal * num_params) function in typeref:typename:void 545 Quit(w, NULL, NULL, NULL);
|
| H A D | main.c | 87 "Xman*quitButton.translations: #override \\n <Btn1Up>: Quit() reset()", 91 "Xman*quitButton.Label: Quit", 116 {"Quit", Quit},
|
| H A D | man.h | 235 void Quit(Widget w, XEvent * event, String * params, Cardinal * num_params);
|
| /xsrc/external/mit/xditview/dist/ |
| H A D | xditview.c | 112 static void Quit(Widget entry, XtPointer closure, XtPointer data); 125 {"quit", Quit} 132 {"quit", Quit} 151 {"Quit", QuitAction}, 202 (toplevel, XtParseTranslationTable("<Message>WM_PROTOCOLS: Quit()")); 519 Quit(Widget entry, XtPointer closure, XtPointer data) function in typeref:typename:void
|
| /xsrc/external/mit/xclipboard/dist/ |
| H A D | xcutsel.c | 225 Quit(Widget w, XtPointer closure, XtPointer callData) function in typeref:typename:void _X_NORETURN 288 XtAddCallback( button, XtNcallback, Quit, NULL );
|
| H A D | xclipboard.c | 248 Quit(Widget w, XEvent *ev, String *parms, Cardinal *np) function in typeref:typename:void _X_NORETURN 374 Quit(w, ev, params, n); 443 { "Quit", Quit },
|
| /xsrc/external/mit/xconsole/dist/ |
| H A D | xconsole.c | 302 Quit(Widget widget, XEvent *event, String *params, Cardinal *num_params) function in typeref:typename:void _X_NORETURN 380 { "Quit", Quit }, 540 Quit (w, (XEvent*)NULL, (String*)NULL, (Cardinal*)NULL);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutWindow.cpp | 322 bwindow->Quit(); 348 gState.display->Quit();
|
| /xsrc/external/mit/bitmap/dist/ |
| H A D | BitEdit.c | 126 #define Quit 110 macro 127 {Quit, "quit", True}, 677 case Quit:
|
| /xsrc/external/mit/editres/dist/ |
| H A D | editresP.h | 407 extern void Quit ( Widget w, XtPointer client_data, XtPointer call_data ) _X_NORETURN;
|
| H A D | handler.c | 58 /* Function Name: Quit 68 Quit(Widget w, XtPointer client_data, XtPointer call_data) function in typeref:typename:void
|
| H A D | widgets.c | 314 XtAddCallback(CM_entries[7], XtNcallback, Quit, NULL);
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | xfontsel.c | 107 void Quit(Widget w, XtPointer closure, XtPointer callData) _X_NORETURN; 124 {"Quit", QuitAction} 349 (topLevel, XtParseTranslationTable ("<Message>WM_PROTOCOLS: Quit()")); 388 XtAddCallback(quitButton, XtNcallback, Quit, NULL); 1521 void Quit(Widget w, XtPointer closure, XtPointer callData) function in typeref:typename:void
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | report-sgr.pl | 600 Quit the program with B<q>. It will ignore B<^C> and other control characters.
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | X11Controller.m | 800 return (NSRunAlertPanel (title, msg, NSLocalizedString (@"Quit", @""),
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | X11Controller.m | 872 NSInteger result = NSRunAlertPanel(title, @"%@", NSLocalizedString(@"Quit", @""),
|