Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.func.c436 search(TC_BREAK, 0, NULL); in gotolab()
612 search(TC_BREAK, 0, NULL); /* read the expression in */ in preread()
778 printprompt(1, isrchx(type == TC_BREAK ? zlast : type)); in search()
821 if (type == TC_BREAK) in search()
835 if (type == TC_BREAK) in search()
987 case TC_BREAK: in histgetword()
1090 case TC_BREAK: in getword()
1110 search(TC_BREAK, 0, NULL); in toend()
H A Dsh.h937 #define TC_BREAK 0 macro
H A Dsh.init.c185 { "break", TC_BREAK },