Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dsyn.c55 static struct op *outtree; /* yyparse output */ variable
76 outtree = c_list(source->type == SSTRING); in yyparse()
78 if (c == 0 && !outtree) in yyparse()
79 outtree = newtp(TEOF); in yyparse()
801 return outtree;