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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset2.c378 tappend( Tree *t, Tree *u ) function
380 tappend( t, u )
387 /*** fprintf(stderr, "tappend(");
392 if ( t->token == ALT && t->right == NULL ) return tappend(t->down, u);

Completed in 35 milliseconds