Searched defs:template_stack (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp148 /*** static ***/ PCCTS_AST *template_stack[MaxTreeStackDepth]; /* MR23 Remove "static" */ local
160 _push(template_stack, &tsp, NULL);
166 sib = _pop(template_stack, &tsp);
175 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right());
190 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right());
194 else *cursor = _pop(template_stack, &tsp);
201 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right());

Completed in 101 milliseconds