Searched refs:trapped (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/games/backgammon/backgammon/
H A Dbacklocal.h36 int trapped(int, int);
H A Dextra.c174 /* see if men are trapped */
177 n += trapped(home, -cturn);
178 n -= trapped(bar, cturn);
211 trapped(int n, int inc) function
H A Dmove.c440 frc = freemen(bar) + trapped(bar, cturn);
441 frp = freemen(home) + trapped(home, -cturn);
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/pru/
H A Ddmem-zero-trap.s1 # Check that DMEM zero address access can be trapped.
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dsafe.t27 $FAILURE = q{Program fragment at line 1 delivered error ``kill trapped by operation mask''};
69 q{This should fail: Program fragment delivered error ``kill trapped by operation mask at template line 1.''};
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/pru/
H A Ddmem-zero-trap.s1 # Check that DMEM zero address access can be trapped.
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
H A D04-safe.t29 $FAILURE = q{Program fragment at line 1 delivered error ``kill trapped by operation mask''};
84 $badsafeoutput = q{This should fail: Program fragment delivered error ``kill trapped by operation mask at template line 1.''};
/netbsd-current/lib/libskey/
H A Dskeysubr.c49 static void trapped(int) __dead;
324 old_handler = signal(SIGINT, trapped);
356 static void trapped(int sig) function
/netbsd-current/sys/arch/vax/vax/
H A Dunimpl_emul.S65 # Emulation of instruction trapped via SCB vector 0x18. (reserved op)
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dlocore.s1366 * 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

Completed in 326 milliseconds