/src/games/backgammon/backgammon/ |
backlocal.h | 41 int trapped(int, int);
|
extra.c | 174 /* see if men are trapped */ 177 n += trapped(home, -cturn); 178 n -= trapped(bar, cturn); 211 trapped(int n, int inc) function in typeref:typename:int
|
move.c | 440 frc = freemen(bar) + trapped(bar, cturn); 441 frp = freemen(home) + trapped(home, -cturn);
|
/src/lib/libskey/ |
skeysubr.c | 49 static void trapped(int) __dead; 324 old_handler = signal(SIGINT, trapped); 356 static void trapped(int sig) function in typeref:typename:void
|
/src/sys/arch/vax/vax/ |
unimpl_emul.S | 65 # Emulation of instruction trapped via SCB vector 0x18. (reserved op)
|
/src/sys/arch/sparc64/sparc64/ |
locore.s | 1366 * the only information that tells us what address we trapped on, 1942 * If the store that trapped was to a kernel address, panic. 1944 * If the store that trapped was to a user address, stick it in the PCB. 4981 rdpr %tstate, %g1 ! Since we may have trapped our regs may be toast
|