Searched refs:newtp (Results 1 – 1 of 1) sorted by relevance
58 static struct op *newtp(int);97 outtree = newtp(TEOF); in yyparse()295 t = newtp(TCOM); in get_command()414 t = newtp(TCOM); in get_command()423 t = newtp(TDBRACKET); in get_command()441 t = newtp((c == FOR) ? TFOR : TSELECT); in get_command()456 t = newtp((c == WHILE) ? TWHILE : TUNTIL); in get_command()463 t = newtp(TCASE); in get_command()473 t = newtp(TIF); in get_command()570 t = newtp(0); in thenpart()[all …]