Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dtree.h41 #define TSELECT 10 macro
H A Dtree.c82 case TSELECT: in ptree()
H A Dsyn.c317 t = newtp((c == FOR) ? TFOR : TSELECT); in get_command()
H A Dexec.c274 case TSELECT: in execute()