Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dsyn.c69 static struct op *outtree; /* yyparse output */ variable
94 outtree = c_list(doalias ? ALIAS : 0, source->type == SSTRING); in yyparse()
96 if (c == 0 && !outtree) in yyparse()
97 outtree = newtp(TEOF); in yyparse()
936 return (outtree); in compile()

Completed in 2 milliseconds