Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dtree.h42 #define TCASE 11 macro
H A Dtree.c97 case TCASE: in ptree()
448 r->str = t->type == TCASE ? wdcopy(t->str, ap) : str_save(t->str, ap); in tcopy()
H A Dsyn.c341 t = newtp(TCASE); in get_command()
H A Dexec.c348 case TCASE: in execute()