Searched refs:outtree (Results 1 – 1 of 1) sorted by relevance
55 static struct op *outtree; /* yyparse output */ variable76 outtree = c_list(source->type == SSTRING); in yyparse()78 if (c == 0 && !outtree) in yyparse()79 outtree = newtp(TEOF); in yyparse()801 return outtree;