Home
last modified time | relevance | path

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

/third_party/mksh/
Dsyn.c58 static struct op *newtp(int);
97 outtree = newtp(TEOF); in yyparse()
293 t = newtp(TCOM); in get_command()
412 t = newtp(TCOM); in get_command()
421 t = newtp(TDBRACKET); in get_command()
439 t = newtp((c == FOR) ? TFOR : TSELECT); in get_command()
454 t = newtp((c == WHILE) ? TWHILE : TUNTIL); in get_command()
461 t = newtp(TCASE); in get_command()
471 t = newtp(TIF); in get_command()
567 t = newtp(0); in thenpart()
[all …]