Home
last modified time | relevance | path

Searched defs:trap (Results 1 – 17 of 17) sorted by relevance

/dflybsd-src/games/hack/
H A Ddef.trap.h66 struct trap { struct
67 struct trap *ntrap; argument
74 extern struct trap *ftrap; argument
H A Dhack.trap.c104 dotrap(struct trap *trap) in dotrap()
208 struct trap *trap = t_at(mtmp->mx, mtmp->my); in mintrap() local
325 struct trap *trap; in float_down() local
H A Dhack.search.c117 struct trap *trap; in dosearch() local
174 struct trap *trap; in doidtrap() local
H A Dhack.lev.c191 savetrapchn(int fd, struct trap *trap) in savetrapchn()
207 struct trap *trap; in getlev() local
H A Dhack.invent.c239 deltrap(struct trap *trap) in deltrap()
336 struct trap *trap = ftrap; in t_at() local
H A Dhack.dog.c193 struct trap *trap; in dog_move() local
H A Dhack.c147 struct trap *trap = NULL; in domove() local
/dflybsd-src/bin/sh/
H A Dtrap.c83 static char *volatile trap[NSIG]; /* trap handler commands */ variable
/dflybsd-src/test/nvmm/demo/smallkern/
H A Dmain.c127 trap(struct smallframe *sf) in trap() function
/dflybsd-src/sbin/iscontrol/
H A Dfsm.c326 trap(int sig) in trap() function
/dflybsd-src/sys/platform/pc64/x86_64/
H A Dtrap.c395 trap(struct trapframe *frame) in trap() function
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Difcvt.c3606 rtx trap, jump, cond, cond_earliest, seq; in find_cond_trap() local
3702 rtx trap; in block_has_only_trap() local
H A Dc-typeck.c2788 tree trap = build_function_call (loc, in build_function_call_vec() local
H A Dfold-const.c2337 bool trap = (compcode & COMPCODE_UNORD) == 0 in combine_comparisons() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Difcvt.c4618 rtx_insn *trap, *jump; in find_cond_trap() local
4713 rtx_insn *trap; in block_has_only_trap() local
H A Dfold-const.c2828 bool trap = (compcode & COMPCODE_UNORD) == 0 in combine_comparisons() local
/dflybsd-src/games/rogue/
H A Drogue.h345 typedef struct tr trap; typedef