HomeSort by: relevance | last modified time | path
    Searched defs:outtree (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 21 milliseconds