Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dinit.c115 { "breaksw", T_BRKSW },
H A Dfunc.c562 search(T_BRKSW, 0, NULL); in doswbrk()
635 if (type == T_BRKSW) { in search()
653 if (type == T_SWITCH || type == T_BRKSW) in search()
668 if (type == T_SWITCH || type == T_BRKSW) in search()
776 case T_BRKSW: in getword()
H A Dcsh.h373 #define T_BRKSW 1 macro