Searched refs:Quit (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/xcalc/dist/
H A Dxcalc.h170 extern void Quit(void) _X_NORETURN;
H A Dxcalc.c320 void Quit(void) function in typeref:typename:void
H A Dactions.c418 Quit();
/xsrc/external/mit/xman/dist/
H A Dhandler.c91 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 Dmain.c87 "Xman*quitButton.translations: #override \\n <Btn1Up>: Quit() reset()",
91 "Xman*quitButton.Label: Quit",
116 {"Quit", Quit},
H A Dman.h235 void Quit(Widget w, XEvent * event, String * params, Cardinal * num_params);
/xsrc/external/mit/xditview/dist/
H A Dxditview.c112 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 Dxcutsel.c225 Quit(Widget w, XtPointer closure, XtPointer callData) function in typeref:typename:void _X_NORETURN
288 XtAddCallback( button, XtNcallback, Quit, NULL );
H A Dxclipboard.c248 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 Dxconsole.c302 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 DglutWindow.cpp322 bwindow->Quit();
348 gState.display->Quit();
/xsrc/external/mit/bitmap/dist/
H A DBitEdit.c126 #define Quit 110 macro
127 {Quit, "quit", True},
677 case Quit:
/xsrc/external/mit/editres/dist/
H A DeditresP.h407 extern void Quit ( Widget w, XtPointer client_data, XtPointer call_data ) _X_NORETURN;
H A Dhandler.c58 /* Function Name: Quit
68 Quit(Widget w, XtPointer client_data, XtPointer call_data) function in typeref:typename:void
H A Dwidgets.c314 XtAddCallback(CM_entries[7], XtNcallback, Quit, NULL);
/xsrc/external/mit/xfontsel/dist/
H A Dxfontsel.c107 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 Dreport-sgr.pl600 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 DX11Controller.m800 return (NSRunAlertPanel (title, msg, NSLocalizedString (@"Quit", @""),
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Controller.m872 NSInteger result = NSRunAlertPanel(title, @"%@", NSLocalizedString(@"Quit", @""),

Completed in 34 milliseconds