Searched refs:False (Results 1 - 25 of 33) sorted by relevance

12

/ast/src/cmd/bzip/
H A Dbzip2.c218 #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 Dbzip2recover.c67 #define False ((Bool)0) macro
245 if (n <= 4) return False;
/ast/src/lib/libbz/
H A Dblocksort.c163 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 Dbzlib.c129 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 Ddecompress.c297 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 Dhuffman.c155 tooLong = False;
H A Dbzhdr.h95 #define False ((Bool)0) macro
H A Dcompress.c449 inUse16[i] = False;
/ast/src/lib/libtk/generic/
H A DtkAtom.c99 atom = XInternAtom(dispPtr->display, name, False);
H A DtkGrab.c453 False, GrabModeAsync, GrabModeAsync, CurrentTime);
818 False, GrabModeAsync, GrabModeAsync,
1131 event.xcrossing.focus = False;
1218 XSync(dispPtr->display, False);
H A DtkWindow.c76 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 DtkSquare.c339 gcValues.graphics_exposures = False;
H A DtkSend.c303 False, XA_STRING, &actualType, &actualFormat,
604 False, XA_STRING, &actualType, &actualFormat,
1817 * False is returned except for property-change events on a
H A DtkTest.c433 event.xany.send_event = False;
1135 w, propName, 0, 100000, False, XA_STRING,
H A DtkMenu.c1232 atts.override_redirect = False;
1233 atts.save_under = False;
1412 gcValues.graphics_exposures = False;
H A DtkCmds.c811 XSync(display, False);
H A DtkImgBmap.c400 gcValues.graphics_exposures = False;
H A DtkMenubutton.c622 gcValues.graphics_exposures = False;
H A DtkOption.c1379 False, XA_STRING, &actualType, &actualFormat,
H A DtkScrollbar.c758 gcValues.graphics_exposures = False;
H A DtkTextTag.c1288 textPtr->pickEvent.xcrossing.focus = False;
/ast/src/lib/libtk/unix/
H A DtkUnixDraw.c85 XSync(info.display, False);
H A DtkUnixXId.c352 XSync(dispPtr->display, False);
H A DtkUnixSelect.c412 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 DtkUnixWm.c995 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");

Completed in 86 milliseconds

12