/ast/src/cmd/bzip/ |
H A D | bzip2.c | 218 #define False ((Bool)0) macro 286 return False; 444 return False; 519 return False; 526 return False; 532 return False; 752 if (MY_S_IFREG(statBuf.st_mode)) return False; 811 if (n <= 4) return False; 823 Bool cdc = False; 1331 smallMode = False; [all...] |
H A D | bzip2recover.c | 67 #define False ((Bool)0) macro 245 if (n <= 4) return False;
|
/ast/src/lib/libbz/ |
H A D | blocksort.c | 163 return False; 428 firstAttempt = False; 436 for (i = 0; i <= 255; i++) bigDone[i] = False; 659 for (i = 0; i < 256; i++) s->inUse[i] = False; 676 s->blockRandomised = False; 692 s->firstAttempt = False;
|
H A D | bzlib.c | 129 for (i = 0; i < 256; i++) s->inUse[i] = False; 147 return False; else 293 Bool progress_in = False; 336 Bool progress_out = False; 363 Bool progress_in = False; 364 Bool progress_out = False; 391 compressBlock ( s, False ); 875 return False; 906 bzf->initialisedOk = False; 1058 bzf->initialisedOk = False; [all...] |
H A D | decompress.c | 297 s->inUse16[i] = False; 300 for (i = 0; i < 256; i++) s->inUse[i] = False; 599 default: AssertH ( False, 4001 ); 602 AssertH ( False, 4002 );
|
H A D | huffman.c | 155 tooLong = False;
|
H A D | bzhdr.h | 95 #define False ((Bool)0) macro
|
H A D | compress.c | 449 inUse16[i] = False;
|
/ast/src/lib/libtk/generic/ |
H A D | tkAtom.c | 99 atom = XInternAtom(dispPtr->display, name, False);
|
H A D | tkGrab.c | 453 False, GrabModeAsync, GrabModeAsync, CurrentTime); 818 False, GrabModeAsync, GrabModeAsync, 1131 event.xcrossing.focus = False; 1218 XSync(dispPtr->display, False);
|
H A D | tkWindow.c | 76 False, /* save_under */ 79 False, /* override_redirect */ 1087 event.xdestroywindow.send_event = False; 1228 event.xmap.send_event = False; 1388 event.xunmap.send_event = False; 1392 event.xunmap.from_configure = False; 1789 event.xconfigure.send_event = False;
|
H A D | tkSquare.c | 339 gcValues.graphics_exposures = False;
|
H A D | tkSend.c | 303 False, XA_STRING, &actualType, &actualFormat, 604 False, XA_STRING, &actualType, &actualFormat, 1817 * False is returned except for property-change events on a
|
H A D | tkTest.c | 433 event.xany.send_event = False; 1135 w, propName, 0, 100000, False, XA_STRING,
|
H A D | tkMenu.c | 1232 atts.override_redirect = False; 1233 atts.save_under = False; 1412 gcValues.graphics_exposures = False;
|
H A D | tkCmds.c | 811 XSync(display, False);
|
H A D | tkImgBmap.c | 400 gcValues.graphics_exposures = False;
|
H A D | tkMenubutton.c | 622 gcValues.graphics_exposures = False;
|
H A D | tkOption.c | 1379 False, XA_STRING, &actualType, &actualFormat,
|
H A D | tkScrollbar.c | 758 gcValues.graphics_exposures = False;
|
H A D | tkTextTag.c | 1288 textPtr->pickEvent.xcrossing.focus = False;
|
/ast/src/lib/libtk/unix/ |
H A D | tkUnixDraw.c | 85 XSync(info.display, False);
|
H A D | tkUnixXId.c | 352 XSync(dispPtr->display, False);
|
H A D | tkUnixSelect.c | 412 0, MAX_PROP_WORDS, False, (Atom) AnyPropertyType, 645 0, MAX_PROP_WORDS, False, XA_ATOM, 786 XSendEvent(reply.display, reply.requestor, False, 0, (XEvent *) &reply); 835 XSendEvent(reply.display, reply.requestor, False, 0, (XEvent *) &reply);
|
H A D | tkUnixWm.c | 995 wmPtr->hints.input = False; 1448 atts.override_redirect = (boolean) ? True : False; 2087 False, XA_WINDOW, &actualType, &actualFormat, &numItems, 2092 False, XA_WINDOW, &actualType, &actualFormat, &numItems, 3244 &dummy1, &dummy2, &rootChild) == False) { 3245 panic("Tk_CoordsToWindow get False return from XTranslateCoordinates"); 3257 rootY, &dummy1, &dummy2, &rootChild) == False) { 3258 panic("Tk_CoordsToWindow get False return from XTranslateCoordinates");
|