Searched refs:newtp (Results 1 – 1 of 1) sorted by relevance
58 static struct op *newtp(int);97 outtree = newtp(TEOF); in yyparse()294 t = newtp(TCOM); in get_command()420 t = newtp(TCOM); in get_command()429 t = newtp(TDBRACKET); in get_command()447 t = newtp((c == FOR) ? TFOR : TSELECT); in get_command()462 t = newtp((c == WHILE) ? TWHILE : TUNTIL); in get_command()469 t = newtp(TCASE); in get_command()479 t = newtp(TIF); in get_command()576 t = newtp(0); in thenpart()[all …]