Home
last modified time | relevance | path

Searched refs:TC_GOTO (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.func.c433 zlast = TC_GOTO; in gotolab()
442 search(TC_GOTO, 0, lab); in gotolab()
759 if (type == TC_GOTO) { in search()
851 if (type == TC_GOTO && getword(&word) && eq(word.s, goal)) in search()
856 if (type != TC_GOTO && (type != TC_SWITCH || level != 0)) in search()
861 if ((type == TC_GOTO && eq(word.s, goal)) || in search()
991 case TC_GOTO: in histgetword()
1094 case TC_GOTO: in getword()
H A Dsh.h947 #define TC_GOTO 10 macro
H A Dsh.init.c195 { "goto", TC_GOTO },