Home
last modified time | relevance | path

Searched refs:T_BREAK (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/arch/mips64/include/
H A Ddb_machdep.h50 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK)
H A Dtrap.h57 #define T_BREAK 9 /* Breakpoint */ macro
/openbsd/bin/csh/
H A Dinit.c105 { "break", T_BREAK },
H A Dfunc.c308 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()
H A Dcsh.h343 #define T_BREAK 0 macro
/openbsd/sys/arch/mips64/mips64/
H A Dtrap.c193 case T_BREAK: in trap()
462 case T_BREAK: in itsa()
472 case T_BREAK+T_USER: in itsa()
H A Ddb_machdep.c136 case T_BREAK: /* breakpoint */ in db_ktrap()