HomeSort by: relevance | last modified time | path
    Searched refs:T_BREAK (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/mips/include/
trap.h 57 #define T_BREAK 9 /* Breakpoint */
db_machdep.h 42 #include <mips/trap.h> /* T_BREAK */
82 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK)
  /src/bin/csh/
init.c 114 { "break", T_BREAK },
func.c 332 search(T_BREAK, 0, NULL);
488 search(T_BREAK, 0, NULL); /* read the expression in */
644 if (type == T_BREAK)
674 if (type == T_BREAK)
763 case T_BREAK:
814 search(T_BREAK, 0, NULL);
csh.h 372 #define T_BREAK 0
  /src/sys/arch/mips/mips/
kgdb_machdep.c 154 case T_BREAK:
155 case T_BREAK+T_USER:
trap.c 554 case T_BREAK:
592 case T_BREAK+T_USER: {
db_interface.c 114 case T_BREAK: /* breakpoint */
mipsX_subr.S 807 * We need to find out if this was due to a T_BREAK and if so
810 li v1, MIPS_SR_INT_IE << T_BREAK # make a mask of T_BREAK
  /src/sys/arch/arc/arc/
minidebug.c 345 case T_BREAK:
  /src/usr.bin/xlint/lint1/
cgram.y 311 %token T_BREAK
2328 | T_BREAK T_SEMI {
lex.c 141 kwdef_keyword( "break", T_BREAK),

Completed in 82 milliseconds