| /xsrc/external/mit/xedit/dist/lisp/test/ |
| H A D | widgets.lsp | 35 (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 D | hello.lsp | 35 (defun quit-callback (widget user call) (quit)) 66 (xt-add-callback button "callback" 'quit-callback)
|
| H A D | psql-2.lsp | 26 (quit 1)
|
| H A D | psql-1.lsp | 9 (quit 1)
|
| H A D | psql-3.lsp | 41 (quit 1)
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | xttcap.c | 172 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 D | ftfuncs.c | 2205 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 D | xttcap.c | 173 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 D | ftfuncs.c | 2208 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 D | lndir.c | 77 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 D | xbiff.c | 56 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 D | oclock.c | 50 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 D | xclock.c | 91 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 D | xeyes.c | 92 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 D | report-flakes.py | 57 def quit(self): member in class:Connection 147 irc.quit()
|
| H A D | deqp-runner.sh | 190 -quit
|
| /xsrc/external/mit/xload/dist/ |
| H A D | xload.c | 89 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 D | xlogo.c | 85 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 D | test_rendering.c | 98 "\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 D | test_rendering.c | 98 "\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 D | main.c | 52 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 D | tessdemo.c | 392 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 D | X11Controller.h | 145 - (IBAction) quit:(id)sender;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_internal.h | 166 DFHANDLER(quit);
|
| /xsrc/external/mit/xcalc/dist/ |
| H A D | actions.c | 78 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
|