Searched refs:depth (Results 1 - 25 of 34) sorted by relevance

12

/ast/src/lib/libast/comp/
H A Dftw.c45 ftw(const char* path, int(*userf)(const char*, const struct stat*, int), int depth) argument
47 NoP(depth);
H A Dnftw.c53 nftw(const char* path, int(*userf)(const char*, const struct stat*, int, struct FTW*), int depth, int flags) argument
55 NoP(depth);
/ast/src/cmd/mailx/port/
H A Ddtstat.c77 static void dttstat(Dtstat_t* ds, Dtlink_t* root, int depth, int* level) argument
79 static void dttstat(ds,root,depth,level)
82 int depth;
87 dttstat(ds,root->left,depth+1,level);
89 dttstat(ds,root->right,depth+1,level);
90 if(depth > ds->dt_n)
91 ds->dt_n = depth;
93 level[depth] += 1;
/ast/src/lib/libtk/generic/
H A DtkVisual.c72 * procedure returns a visual and depth that matches the specification.
77 * an error message is left in interp->result. The depth of the
97 int *depthPtr; /* The depth of the returned visual
153 template.depth = Tk_Depth(tkwin2);
192 * followed by whitespace and a depth.
223 template.depth = 10000;
225 if (Tcl_GetInt(interp, p, &template.depth) != TCL_OK) {
255 * 1. Depth: choose a visual with exactly the desired depth,
284 if (visInfoList[i].depth < bestPtr->depth) {
[all...]
H A DtkGC.c43 int depth; /* and depth for which GC is valid. */ member in struct:__anon401
240 valueKey.depth = Tk_Depth(tkwin);
256 * Find or make a drawable to use to specify the screen and depth
264 } else if (valueKey.depth ==
270 1, 1, valueKey.depth);
H A DtkFrame.c246 int i, c, length, depth;
326 visual = Tk_GetVisual(interp, new, visualName, &depth,
331 Tk_SetWindowVisual(new, visual, depth, colormap);
244 int i, c, length, depth; local
H A DtkWindow.c526 winPtr->depth = parentPtr->depth;
529 winPtr->depth = DefaultDepth(dispPtr->display, screenNum);
1733 Tk_SetWindowVisual(tkwin, visual, depth, colormap)
1736 int depth; /* New depth for window. */
1747 winPtr->depth = depth;
H A Dtk.h430 #define Tk_Depth(tkwin) (((Tk_FakeWin *) (tkwin))->depth)
470 int depth;
1181 int width, int height, int depth));
1307 Visual *visual, int depth,
469 int depth; member in struct:Tk_FakeWin
H A Dtk3d.c29 int depth; /* Number of bits per pixel of drawables where member in struct:__anon378
160 borderPtr->depth = Tk_Depth(tkwin);
H A DtkImgPhoto.c1505 bitsPerPixel = instancePtr->visualInfo.depth;
1707 if (visInfoPtr->depth > 15) {
1712 } else if (visInfoPtr->depth >= 3) {
1713 int *ip = paletteChoice[visInfoPtr->depth - 3];
1723 nRed = 1 << visInfoPtr->depth;
2168 instancePtr->visualInfo.depth);
2336 if (numColors > (1 << instancePtr->visualInfo.depth)) {
2342 if (!mono || (nRed > (1 << instancePtr->visualInfo.depth))) {
H A DtkInt.h424 int depth; /* Number of bits/pixel. */ member in struct:TkWindow
/ast/src/cmd/tw/
H A Dupdatedb.sh69 [D:depth?Limit the directory traversal depth to \alevel\a.]#[level]
93 depth=
165 D) depth=$OPTARG
212 case $depth in
216 skip="${skip}${alt}level > $depth"
/ast/src/lib/libtk/unix/
H A DtkUnixXId.c467 Tk_GetPixmap(display, d, width, height, depth)
471 int depth; /* Bits per pixel for pixmap. */
474 (unsigned) depth);
/ast/src/lib/libz/
H A Dtrees.c442 * Compares to subtrees, using the tree depth as tie breaker when
445 #define smaller(tree, n, m, depth) \
447 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
465 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
469 if (smaller(tree, v, s->heap[j], s->depth)) break;
639 s->depth[n] = 0;
653 s->depth[node] = 0;
677 s->depth[node] = (uch)((s->depth[
[all...]
H A Ddeflate.h210 uch depth[2*L_CODES+1]; member in struct:internal_state
/ast/src/cmd/ksh93/tests/
H A Dcubetype.sh47 depth() function
102 depth() function
128 [[ ${c.depth} == 1 ]] || err_exit '${c.depth} != 1'
/ast/src/lib/libtksh/src/
H A Dbasic.c933 Tcl_SetRecursionLimit(interp, depth)
936 int depth; /* New value for maximimum depth. */
942 if (depth > 0) {
943 iPtr->maxNestingDepth = depth;
/ast/src/lib/libdss/
H A Dcxlib.h132 unsigned int depth; member in struct:Cxcompile_s
/ast/src/lib/libtk/library/demos/
H A Dcscroll.tcl67 if {[winfo depth $canvas] > 1} {
H A Dsearch.tcl117 if {[winfo depth $w] > 1} {
H A Dbind.tcl29 if {[winfo depth $w] > 1} {
H A Druler.tcl50 if {[winfo depth $c] > 1} {
H A Ditems.tcl54 if {[winfo depth $c] > 1} {
178 if {[winfo depth $c] == 1} {
H A Dstyle.tcl33 if {[winfo depth $w] > 1} {
H A Darrow.tcl135 if {[winfo depth $c] > 1} {

Completed in 128 milliseconds

12