Searched refs:quit (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/xedit/dist/lisp/test/
H A Dwidgets.lsp35 (defun quit-callback (widget user call) (quit))
65 (setq quit
66 (xt-create-managed-widget "quit" command-widget-class vpane
68 (xt-add-callback quit "callback" 'quit-callback)
H A Dhello.lsp35 (defun quit-callback (widget user call) (quit))
66 (xt-add-callback button "callback" 'quit-callback)
H A Dpsql-2.lsp26 (quit 1)
H A Dpsql-1.lsp9 (quit 1)
H A Dpsql-3.lsp41 (quit 1)
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dxttcap.c172 goto quit;
189 goto quit;
228 goto quit;
242 goto quit;
265 goto quit;
281 quit:
411 goto quit;
437 quit:
461 goto quit;
465 goto quit;
[all...]
H A Dftfuncs.c2205 goto quit;
2215 goto quit;
2225 goto quit;
2275 goto quit;
2300 goto quit;
2327 goto quit;
2375 goto quit;
2380 goto quit;
2409 goto quit;
2486 goto quit;
[all...]
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dxttcap.c173 goto quit;
190 goto quit;
229 goto quit;
243 goto quit;
266 goto quit;
282 quit:
412 goto quit;
438 quit:
462 goto quit;
466 goto quit;
[all...]
H A Dftfuncs.c2208 goto quit;
2218 goto quit;
2228 goto quit;
2279 goto quit;
2304 goto quit;
2331 goto quit;
2379 goto quit;
2384 goto quit;
2413 goto quit;
2490 goto quit;
[all...]
/xsrc/external/mit/lndir/dist/
H A Dlndir.c77 quit (int code, const char * fmt, ...) function
172 quit(1, "Pathname too long: %s", fn);
202 quit(1, "Pathname too long: %s%s", buf, dp->d_name);
311 quit(1, "Pathname too long: %s", buf);
344 quit(1, "Pathname too long: %s%s", symbuf, &basesym[i]);
388 quit (1,
402 quit (2, "%s: Not a directory", tn);
410 quit (2, "%s: Not a directory", fn);
/xsrc/external/mit/xbiff/dist/
H A Dxbiff.c56 static void quit (Widget w, XEvent *event, String *params, Cardinal *num_params) function in typeref:typename:void
68 { "quit", quit },
139 XtParseTranslationTable ("<Message>WM_PROTOCOLS: quit()"));
/xsrc/external/mit/oclock/dist/
H A Doclock.c50 static void quit ( Widget w, XEvent *event, String *params,
55 {"quit", quit}
145 (toplevel, XtParseTranslationTable ("<Message>WM_PROTOCOLS: quit()"));
177 static void quit(Widget w, XEvent *event, String *params, Cardinal *num_params) function in typeref:typename:void
/xsrc/external/mit/xclock/dist/
H A Dxclock.c91 static void quit ( Widget w, XEvent *event, String *params,
95 { "quit", quit },
128 quit(Widget w, XEvent *event, String *params, Cardinal *num_params) function in typeref:typename:void
188 XtParseTranslationTable ("<Message>WM_PROTOCOLS: quit()"));
/xsrc/external/mit/xeyes/dist/
H A Dxeyes.c92 quit(Widget w, XEvent *event, String *params, Cardinal *num_params) function in typeref:typename:void
104 {(char *) "quit", quit}
152 (toplevel, XtParseTranslationTable ("<Message>WM_PROTOCOLS: quit()"));
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/
H A Dreport-flakes.py57 def quit(self): member in class:Connection
147 irc.quit()
H A Ddeqp-runner.sh190 -quit
/xsrc/external/mit/xload/dist/
H A Dxload.c89 static void quit(Widget w, XEvent *event, String *params, Cardinal *num_params);
133 { "quit", quit },
271 XtParseTranslationTable ("<Message>WM_PROTOCOLS: quit()"));
373 static void quit (Widget w, XEvent *event, String *params, Cardinal *num_params) function in typeref:typename:void
/xsrc/external/mit/xlogo/dist/
H A Dxlogo.c85 static void quit(Widget w, XEvent *event, String *params, Cardinal *num_params);
98 {"quit", quit },
118 "\t<Key>q: quit()",
235 (toplevel, XtParseTranslationTable ("<Message>WM_PROTOCOLS: quit()"));
250 quit(Widget w, XEvent *event, function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c98 "\t-p\tPrompt for quit\n",
152 int quit = 0; local in function:main
283 puts("Press any button to quit...");
285 while (!quit)
312 quit = 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/
H A Dtest_rendering.c98 "\t-p\tPrompt for quit\n",
152 int quit = 0; local in function:main
283 puts("Press any button to quit...");
285 while (!quit)
312 quit = 1;
/xsrc/external/mit/xgc/dist/
H A Dmain.c52 static void quit(void);
208 {"quit", quitAction}
218 static Widget commandform; /* form with run, quit, clear, etc. */
306 (bigdaddy, XtParseTranslationTable("<Message>WM_PROTOCOLS: quit()"));
470 {(XtCallbackProc) quit, NULL},
558 /* quit()
564 quit(void) function in typeref:typename:void
575 quit();
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dtessdemo.c392 static void quit( void ) function in typeref:typename:void
407 quit();
431 quit();
449 glutAddMenuEntry( "quit", QUIT );
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DX11Controller.h145 - (IBAction) quit:(id)sender;
/xsrc/external/mit/ctwm/dist/
H A Dfunctions_internal.h166 DFHANDLER(quit);
/xsrc/external/mit/xcalc/dist/
H A Dactions.c78 static void quit(Widget w, XEvent *ev, String *vector, Cardinal *count);
134 {"quit", quit}, /* quit */
412 static void quit(Widget w, XEvent *ev, String *vector, Cardinal *count) function in typeref:typename:void

Completed in 23 milliseconds

12