Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.func.c370 search(TC_IF, 0, NULL); in doif()
793 if (level == 0 && type == TC_IF) in search()
797 case TC_IF: in search()
808 if ((type == TC_IF || type == TC_ELSE) && in search()
814 if (type == TC_IF || type == TC_ELSE) in search()
974 case TC_IF: in histgetword()
1077 case TC_IF: in getword()
H A Dsh.parse.c491 case TC_IF: in syn3()
H A Dsh.h948 #define TC_IF 11 macro
H A Dsh.init.c196 { "if", TC_IF },