Searched refs:sibling (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DASTBase.cpp54 /* 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 Dast.c69 /* 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 DPCCTSAST.cpp83 * 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 DnsProxyEventClass.cpp328 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.16.0/
H A Dpresent_priv.h207 present_send_config_notify(WindowPtr window, int x, int y, int w, int h, int bw, WindowPtr sibling);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dpresent_priv.h209 present_send_config_notify(WindowPtr window, int x, int y, int w, int h, int bw, WindowPtr sibling);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DXplugin.h194 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.15.0/
H A Dpresent_priv.h206 present_send_config_notify(WindowPtr window, int x, int y, int w, int h, int bw, WindowPtr sibling);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DXplugin.h195 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 DXplugin.h195 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 Dfset2.c72 * 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/RDP/client-1.8.3/
H A Dxwin.c767 values.sibling = wnds[0];
4269 values.sibling = sw_behind->wnd;
4280 value_mask = CWStackMode; /* Not sibling */
4290 value_mask = CWStackMode; /* Not sibling */
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXproto.h1109 Window parent B32, window B32, sibling B32;
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXproto.h1113 Window parent B32, window B32, sibling B32;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 898 milliseconds