Home | History | Annotate | Download | only in client

Lines Matching defs:child

982 	mnode_t		*in, *child;
1003 child = in->children[j];
1004 if (child->contents < 0)
1005 out->children[j] = child->contents;
1007 out->children[j] = child - loadmodel->nodes;