Searched defs:sibling (Results 1 - 9 of 9) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
| H A D | ast.c | 69 /* add a child node to the current sibling list */ 98 * node the root for the current sibling list. If a root node already 125 /* Apply function to root then each sibling 126 * example: print tree in child-sibling LISP-format (AST has token field) 241 * to 1st sibling (child1). If root is not single node, return NULL. 258 register AST *child, *sibling=NULL, *tail=NULL /* MR20 */, *w; local 275 if ( sibling == NULL ) {sibling = child; tail = w;} 279 if ( root==NULL ) root = sibling; 280 else root->down = sibling; [all...] |
| H A D | ASTBase.cpp | 54 /* add a child node to the current sibling list */ 68 * node the root for the current sibling list. If a root node already 80 /* Apply preorder_action(), etc.. to root then each sibling */ 121 * to 1st sibling (child1). If root is not single node, return NULL. 134 register ASTBase *child, *sibling=NULL, *tail=NULL /*MR23*/, *w; local 147 if ( sibling == NULL ) {sibling = child; tail = w;} 151 if ( root==NULL ) root = sibling; 152 else root->_down = sibling;
|
| H A D | PCCTSAST.cpp | 83 * to 1st sibling (child1). If root is not single node, return NULL. 85 * Siblings that are actually sibling lists themselves are handled 98 register PCCTS_AST *child, *sibling=NULL, *tail=NULL /*MR23*/, *w; local 111 if ( sibling == NULL ) {sibling = child; tail = w;} 115 if ( root==NULL ) root = sibling; 116 else root->setDown(sibling); 164 if ( sib==NULL ) /* hit end of sibling list */ 179 /* nothing below to try, try next sibling */ 187 /* record sibling curso [all...] |
| /vbox/src/libs/xpcom18a4/xpcom/proxy/src/ |
| H A D | nsProxyEventClass.cpp | 328 nsProxyEventObject* sibling; local 336 if(nsnull != (sibling = self->LockedFind(aIID))) 338 NS_ADDREF(sibling); 339 *aInstancePtr = (void*) sibling;
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
| H A D | Xplugin.h | 194 xp_window_id sibling; /* may be zero; in ABOVE/BELOW modes member in struct:xp_window_changes_struct
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
| H A D | fset2.c | 72 * Then each sibling 128 /* check the depth of each primary sibling to see that it is exactly 195 Tree *child, *sibling=NULL, *tail=NULL; local 216 if ( sibling == NULL ) {sibling = child; tail = w;} 221 /* was "root->down = sibling;" */ 222 if ( root==NULL ) root = sibling; 223 else root->down = sibling; 485 /* (? (ALT (? ...)) s) ==> (? (? ...) s) where s = sibling, ? = match any */ 1145 if ( p->token != t->token ) /* not found, try a sibling */ [all...] |
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
| H A D | Xplugin.h | 195 xp_window_id sibling; /* may be zero; in ABOVE/BELOW modes member in struct:xp_window_changes_struct
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
| H A D | Xplugin.h | 195 xp_window_id sibling; /* may be zero; in ABOVE/BELOW modes member in struct:xp_window_changes_struct
|
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
Completed in 404 milliseconds