Any               190 syn/compile.c      fprintf(output, " { YY_XTYPE YY_XVAR = (YY_XTYPE) G->data; int yyindex = G->offset + G->pos; %s; }", ((struct Any*) node)->errblock);
Any               211 syn/compile.c        if(((struct Any*) node)->errblock) {
Any                75 syn/greg.h       struct Any		any;
Any                98 syn/greg.y                     ) (errblock { Node *node = pop(); ((struct Any *) node)->errblock = strdup(yytext); push(node); })?
Any                42 syn/tree.c       ((struct Any *) node)->errblock= NULL;
Any               429 syn/tree.c       if (((struct Any *)node)->errblock)
Any               430 syn/tree.c         free(((struct Any *)node)->errblock);