Searched defs:bd (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkSquare.c64 {TK_CONFIG_SYNONYM, "-bd", "borderWidth", (char *) NULL,
576 int i, bd;
577 bd = 0;
579 bd = squarePtr->borderWidth;
581 i = (Tk_Width(squarePtr->tkwin) - bd) - (squarePtr->x + squarePtr->size);
585 i = (Tk_Height(squarePtr->tkwin) - bd) - (squarePtr->y + squarePtr->size);
589 if (squarePtr->x < bd) {
590 squarePtr->x = bd;
592 if (squarePtr->y < bd) {
593 squarePtr->y = bd;
568 int i, bd; local
[all...]
H A DtkGrab.c873 int x, y, sameScreen, bd;
890 bd = childPtr->changes.border_width;
891 if ((x >= -bd) && (y >= -bd)
892 && (x < (childPtr->changes.width + bd))
893 && (y < (childPtr->changes.height + bd))) {
867 int x, y, sameScreen, bd; local
/ast/src/lib/libtksh/src/
H A Dtcleval.c385 Shbltin_t bd; local
395 bd = *(Shbltin_t*)((Interp*)interp)->shbltin;
396 bd.shp = &sh;
397 bd.ptr = nv->nvfun;
398 result = (*((ShellProc_t) nv->nvalue))(argc, argv, &bd);
/ast/src/cmd/codexlib/zip/
H A Ddeflate.c161 int bd; /* number of bits decoded by td[] */ member in struct:State_s
220 int bd; /* number of bits decoded by td[] */ local
233 bd = state->bd;
278 NEEDBITS(state, (ulg)bd);
279 t = td + GETBITS(bd);
416 state->bd = state->fixed_bd;
432 int bd; /* lookup bits for td */ local
569 bd = dbits;
570 i = huff(ll + nl, nd, 0, cpdist, cpdext, &td, &bd, stat
[all...]
H A Dimplode.c120 int bd; member in struct:State_s
253 int bb, bl, bd; /* number of bits decoded by those */ local
260 bd = state->bd;
306 NEEDBITS(state, (ulg)bd); /* get coded distance high bits */
307 t = td + IGETBITS(state, bd);
394 int bb, bl, bd; /* number of bits decoded by those */ local
401 bd = state->bd;
446 NEEDBITS(state, (ulg)bd); /* ge
534 int bl, bd; /* number of bits decoded by tl[] and td[] */ local
662 int bl, bd; /* number of bits decoded by tl[] and td[] */ local
[all...]
/ast/src/lib/libtk/unix/
H A DtkUnixWm.c2198 int width, height, bd;
2211 (unsigned int *) &height, (unsigned int *) &bd, &dummy);
2223 wmPtr->xInParent = xOffset + bd - winPtr->changes.border_width;
2224 wmPtr->yInParent = yOffset + bd - winPtr->changes.border_width;
2225 wmPtr->parentWidth = width + 2*bd;
2226 wmPtr->parentHeight = height + 2*bd;
3221 int tmpx, tmpy, bd;
3295 bd = childPtr->changes.border_width;
3296 if ((tmpx >= -bd) && (tmpy >= -bd)
2187 int width, height, bd; local
3197 int tmpx, tmpy, bd; local
3311 int bd; local
[all...]

Completed in 52 milliseconds