/ast/src/lib/libast/comp/ |
H A D | ftw.c | 45 ftw(const char* path, int(*userf)(const char*, const struct stat*, int), int depth) argument 47 NoP(depth);
|
H A D | nftw.c | 53 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 D | dtstat.c | 77 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 D | tkVisual.c | 72 * 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 D | tkGC.c | 43 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 D | tkFrame.c | 246 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 D | tkWindow.c | 526 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 D | tk.h | 430 #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 D | tk3d.c | 29 int depth; /* Number of bits per pixel of drawables where member in struct:__anon378 160 borderPtr->depth = Tk_Depth(tkwin);
|
H A D | tkImgPhoto.c | 1505 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 D | tkInt.h | 424 int depth; /* Number of bits/pixel. */ member in struct:TkWindow
|
/ast/src/cmd/tw/ |
H A D | updatedb.sh | 69 [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 D | tkUnixXId.c | 467 Tk_GetPixmap(display, d, width, height, depth) 471 int depth; /* Bits per pixel for pixmap. */ 474 (unsigned) depth);
|
/ast/src/lib/libz/ |
H A D | trees.c | 442 * 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 D | deflate.h | 210 uch depth[2*L_CODES+1]; member in struct:internal_state
|
/ast/src/cmd/ksh93/tests/ |
H A D | cubetype.sh | 47 depth() function 102 depth() function 128 [[ ${c.depth} == 1 ]] || err_exit '${c.depth} != 1'
|
/ast/src/lib/libtksh/src/ |
H A D | basic.c | 933 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 D | cxlib.h | 132 unsigned int depth; member in struct:Cxcompile_s
|
/ast/src/lib/libtk/library/demos/ |
H A D | cscroll.tcl | 67 if {[winfo depth $canvas] > 1} {
|
H A D | search.tcl | 117 if {[winfo depth $w] > 1} {
|
H A D | bind.tcl | 29 if {[winfo depth $w] > 1} {
|
H A D | ruler.tcl | 50 if {[winfo depth $c] > 1} {
|
H A D | items.tcl | 54 if {[winfo depth $c] > 1} { 178 if {[winfo depth $c] == 1} {
|
H A D | style.tcl | 33 if {[winfo depth $w] > 1} {
|
H A D | arrow.tcl | 135 if {[winfo depth $c] > 1} {
|