HomeSort by: relevance | last modified time | path
    Searched refs:Cleanup (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/xgc/dist/
gram.c 1624 yydestruct ("Cleanup: discarding lookahead",
1633 yydestruct ("Cleanup: popping",
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
parser.c 1972 yydestruct ("Cleanup: discarding lookahead",
1980 yydestruct ("Cleanup: popping",
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winprefsyacc.c 2073 yydestruct ("Cleanup: discarding lookahead",
2082 yydestruct ("Cleanup: popping",
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vmwarevideo.c 215 static void vmwareStopVideo(ScrnInfoPtr pScrn, pointer data, Bool Cleanup);
1138 * Cleanup is FALSE, the "stop" operation is only temporary, and thus we
1139 * don't do anything. If Cleanup is TRUE we kill the video stream by
1152 vmwareStopVideo(ScrnInfoPtr pScrn, pointer data, Bool Cleanup)
1164 if (!Cleanup) {
1165 VmwareLog(("vmwareStopVideo: Cleanup is FALSE.\n"));
  /xsrc/external/mit/x11perf/dist/
x11perf.c 468 Cleanup(int sig)
714 (*test->cleanup) (xp, &test->parms);
893 (*test->cleanup) (xp, &test->parms);
1309 (void) signal(SIGINT, Cleanup); /* ^C */
1311 (void) signal(SIGQUIT, Cleanup);
1313 (void) signal(SIGTERM, Cleanup);
1315 (void) signal(SIGHUP, Cleanup);
  /xsrc/external/mit/fontconfig/dist/conf.d/
65-fonts-persian.conf 31 2008 Behdad Esfahbod: Cleanup. Add fantasy and cursive.
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64xv.c 538 * this doesn't actually turn off the overlay unless 'Cleanup' is TRUE, i.e.
546 Bool Cleanup
558 if (!pATI->useEXA && !Cleanup)
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_overlay.c 204 static void vmw_xv_stop_video(ScrnInfoPtr pScrn, pointer data, Bool Cleanup);
693 * Cleanup is FALSE, the "stop" operation is only temporary, and thus we
694 * don't do anything. If Cleanup is TRUE we kill the video port by
707 vmw_xv_stop_video(ScrnInfoPtr pScrn, pointer data, Bool cleanup)
711 debug_printf("%s: cleanup is %s\n", __func__, cleanup ? "TRUE" : "FALSE");
714 if (!cleanup)
  /xsrc/external/mit/xterm/dist/
xterm.h 1330 extern GCC_NORETURN void Cleanup (int /* code */);
misc.c 6477 Cleanup(code);
6486 * Process "-hold" and session cleanup only for a normal exit.
6511 Cleanup(0);
6556 * cleanup by sending SIGHUP to client processes
6559 Cleanup(int code)
6563 TRACE(("Cleanup %d\n", code));
menu.c 1436 Cleanup(ERROR_MISC);

Completed in 39 milliseconds