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

/external/mksh/src/
H A Dsyn.c69 static struct op *outtree; /* yyparse output */ variable in typeref:struct:op
92 outtree = c_list(source->type == SSTRING);
94 if (c == 0 && !outtree)
95 outtree = newtp(TEOF);
922 return (outtree);

Completed in 122 milliseconds