Searched refs:T_BREAK (Results 1 – 7 of 7) sorted by relevance
50 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK)
57 #define T_BREAK 9 /* Breakpoint */ macro
105 { "break", T_BREAK },
308 search(T_BREAK, 0, NULL); in gotolab()459 search(T_BREAK, 0, NULL); /* read the expression in */ in preread()602 if (type == T_BREAK) in search()607 if (type == T_BREAK) in search()729 case T_BREAK: in getword()770 search(T_BREAK, 0, NULL); in toend()
343 #define T_BREAK 0 macro
193 case T_BREAK: in trap()462 case T_BREAK: in itsa()472 case T_BREAK+T_USER: in itsa()
136 case T_BREAK: /* breakpoint */ in db_ktrap()