Searched refs:ast_down (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
H A Dsorcerer.c60 t->ast_down(_parser->write) = t->ast_down(_parser->read);
61 if ( t->ast_down(_parser->read)!=NULL )
62 _copy_wildcard(_parser, t->ast_down(_parser->read), 0);
95 else (*r)->ast_down = t;
126 u->ast_down = ast_dup_bushy(t->ast_down); /* copy the rest of the tree */
147 u->ast_down = ast_dup_bushy(t->ast_down); /* copy the rest of the tree */
H A Dastlib.c137 * The ast_down and ast_right down/right pointers are used to make the tree.
160 if ( root->ast_down != NULL ) return NULL;
171 else root->ast_down = sibling;
225 if ( sib->ast_down!=NULL )
226 if ( !ast_match_partial(sib->ast_down, u->ast_down) ) return 0;
267 if ( sib->ast_down!=NULL )
270 sib=sib->ast_down;
282 if ( sib->ast_down!=NULL )
285 *cursor = sib->ast_down;
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
H A Dsorcerer.h87 #ifndef ast_down
88 #define ast_down down macro

Completed in 57 milliseconds