Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c57 static struct op *newtp(int);
95 outtree = newtp(TEOF); in yyparse()
288 t = newtp(TCOM); in get_command()
398 t = newtp(TCOM); in get_command()
406 t = newtp(TDBRACKET); in get_command()
424 t = newtp((c == FOR) ? TFOR : TSELECT); in get_command()
439 t = newtp((c == WHILE) ? TWHILE : TUNTIL); in get_command()
446 t = newtp(TCASE); in get_command()
456 t = newtp(TIF); in get_command()
547 t = newtp(0); in thenpart()
[all …]