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);
93 outtree = newtp(TEOF); in yyparse()
290 t = newtp(TCOM); in get_command()
416 t = newtp(TCOM); in get_command()
425 t = newtp(TDBRACKET); in get_command()
443 t = newtp((c == FOR) ? TFOR : TSELECT); in get_command()
458 t = newtp((c == WHILE) ? TWHILE : TUNTIL); in get_command()
465 t = newtp(TCASE); in get_command()
475 t = newtp(TIF); in get_command()
572 t = newtp(0); in thenpart()
[all …]