Searched defs:depth (Results 1 - 13 of 13) sorted by relevance

/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/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 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 Dtk3d.c29 int depth; /* Number of bits per pixel of drawables where member in struct:__anon378
160 borderPtr->depth = Tk_Depth(tkwin);
H A DtkInt.h424 int depth; /* Number of bits/pixel. */ member in struct:TkWindow
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
/ast/src/lib/libdss/
H A Dcxlib.h132 unsigned int depth; member in struct:Cxcompile_s
/ast/src/lib/libz/
H A Ddeflate.h210 uch depth[2*L_CODES+1]; member in struct:internal_state
/ast/src/lib/libast/misc/
H A Doptget.c1805 static int depth = 0; local
1807 message((-21, "opthelp: txt#%d +++ %2d \"%s\" style=%d level=%d bump=%d", line, ++depth, show(p), style, level, bump));
1809 message((-21, "opthelp: txt#%d --- %2d \"%s\"", line, depth--, show(p)));
/ast/src/cmd/INIT/
H A Dratz.c1420 uch depth[2*L_CODES+1]; member in struct:internal_state

Completed in 60 milliseconds