Searched defs:children (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libast/misc/ |
H A D | ftwalk.c | 57 register int children; local 73 if (children = flags & FTW_CHILDREN) 93 if (children && (e = fts_children(f, 0))) 124 if (children)
|
/ast/src/lib/libcs/ |
H A D | cslocal.c | 37 static int children; variable 43 children++; 58 children = 0; 60 else if (children) children++; 77 while (--children > 0)
|
/ast/src/lib/libtk/generic/ |
H A D | tkTextBTree.c | 49 * (children are lines, not nodes). */ 50 union { /* First in linked list of children. */ 53 } children; member in struct:Node 54 int numChildren; /* Number of children of this node. */ 60 * Upper and lower bounds on how many children a node may have: 233 rootPtr->children.linePtr = linePtr; 318 while (nodePtr->children.linePtr != NULL) { 319 linePtr = nodePtr->children.linePtr; 320 nodePtr->children.linePtr = linePtr->nextPtr; 331 while (nodePtr->children [all...] |
/ast/src/cmd/std/ |
H A D | ps.c | 50 " Implied by \b--children\b, \b--parents\b, and \b--tree\b.]" 52 "[C:children?Display the process tree hierarchy, including the children" 98 "[r|R:recursive?Recursively list the children of all selected processes.]" 103 " children of all selected processes, in the \bCMD\b field list.]" 200 struct Ps_s* children; /* child list */ member in struct:Ps_s 201 struct Ps_s* lastchild; /* end of children */ 213 int children; /* recursively list all children*/ member in struct:State_s 1011 * ps() a process and its children [all...] |
/ast/src/lib/libtk/unix/ |
H A D | tkUnixWm.c | 2066 Window vRoot, ancestor, *children, dummy2, *virtualRootPtr; 2151 &children, &dummy) == 0) { 2155 XFree((char *) children); 3277 * At each level, scan through all the children to find the highest 3666 Window *children; 3722 &children, &numChildren) != 0) { 3729 if (children[i] == window) { 3732 if (children[i] == changes.sibling) { 3762 if ((XGetWindowAttributes(winPtr->display, children[desiredIndex], 3773 XFree((char *) children); 2056 Window vRoot, ancestor, *children, dummy2, *virtualRootPtr; local 3636 Window *children; local [all...] |
/ast/src/cmd/mailx/ |
H A D | mailx.h | 658 struct child* children; /* Child list */ member in struct:__anon136
|
Completed in 31 milliseconds