Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.func.c408 search(TC_ELSE, 0, NULL); in doelse()
792 case TC_ELSE: in search()
808 if ((type == TC_IF || type == TC_ELSE) && in search()
814 if (type == TC_IF || type == TC_ELSE) in search()
978 case TC_ELSE: in histgetword()
1081 case TC_ELSE: in getword()
H A Dsh.parse.c483 case TC_ELSE: in syn3()
H A Dsh.h941 #define TC_ELSE 4 macro
H A Dsh.init.c189 { "else", TC_ELSE },