Home
last modified time | relevance | path

Searched refs:BRK (Results 1 – 25 of 1206) sorted by last modified time

12345678910>>...49

/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2VM.cpp2329 case SYSCALL_OPCODE_LO(BRK): in Run()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxstemru.inl478 #define BRK(_arg) { len -= _arg; break; } macro
479 #define CHK(_func) { i = LOC_PREFIX(_func) ( word, len ); if ( i ) BRK ( i ); }
488 BRK(2);
493 BRK(4);
494 BRK(2);
500 BRK(4);
504 BRK(6);
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_telnetlib.py310 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
/dports/lang/python310/Python-3.10.1/Lib/
H A Dtelnetlib.py60 BRK = bytes([243]) # Break variable
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_telnetlib.py309 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
/dports/lang/python38/Python-3.8.12/Lib/
H A Dtelnetlib.py60 BRK = bytes([243]) # Break variable
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_telnetlib.py309 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
/dports/lang/python37/Python-3.7.12/Lib/
H A Dtelnetlib.py60 BRK = bytes([243]) # Break variable
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_telnetlib.py335 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/
H A Dconfigure.in2721 #define BRK_IMPL(RET_TYPE, BRK, ARG_TYPE) \
2722 RET_TYPE BRK (ARG_TYPE); \
2723 static RET_TYPE (*real_ ## BRK)(ARG_TYPE) = NULL; \
2725 BRK (ARG_TYPE arg) \
2728 if (!real_ ## BRK) real_ ## BRK = dlsym(RTLD_NEXT, #BRK); \
2729 res = (*real_ ## BRK)(arg); \
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_telnetlib.py335 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/
H A Dconfigure.in2721 #define BRK_IMPL(RET_TYPE, BRK, ARG_TYPE) \
2722 RET_TYPE BRK (ARG_TYPE); \
2723 static RET_TYPE (*real_ ## BRK)(ARG_TYPE) = NULL; \
2725 BRK (ARG_TYPE arg) \
2728 if (!real_ ## BRK) real_ ## BRK = dlsym(RTLD_NEXT, #BRK); \
2729 res = (*real_ ## BRK)(arg); \
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/
H A Dconfigure.in2568 #define BRK_IMPL(RET_TYPE, BRK, ARG_TYPE) \
2569 RET_TYPE BRK (ARG_TYPE); \
2570 static RET_TYPE (*real_ ## BRK)(ARG_TYPE) = NULL; \
2572 BRK (ARG_TYPE arg) \
2575 if (!real_ ## BRK) real_ ## BRK = dlsym(RTLD_NEXT, #BRK); \
2576 res = (*real_ ## BRK)(arg); \
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_telnetlib.py310 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
/dports/lang/python39/Python-3.9.9/Lib/
H A Dtelnetlib.py60 BRK = bytes([243]) # Break variable
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_telnetlib.py310 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dtelnetlib.py60 BRK = bytes([243]) # Break variable
/dports/japanese/font-kanji18/ja-font-kanji18-1.0_3/
H A Dkanji18.af182 M>9W<KJ2`_-0F[@U;+0*O3"\&[\/EQ=;@BRK[!JGT0I<M?QR(K08?\,1&7#L!
/dports/emulators/qemu5/qemu-5.2.0/disas/libvixl/vixl/a64/
H A Ddisasm-a64.cc1384 case BRK: mnemonic = "brk"; break; in VisitException()
/dports/emulators/qemu60/qemu-6.0.0/disas/libvixl/vixl/a64/
H A Ddisasm-a64.cc1384 case BRK: mnemonic = "brk"; break; in VisitException()
/dports/emulators/qemu-utils/qemu-4.2.1/disas/libvixl/vixl/a64/
H A Ddisasm-a64.cc1384 case BRK: mnemonic = "brk"; break; in VisitException()
/dports/emulators/qemu42/qemu-4.2.1/disas/libvixl/vixl/a64/
H A Ddisasm-a64.cc1384 case BRK: mnemonic = "brk"; break; in VisitException()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_cpu.c1098 …{ ORDATA (BRK, sim_brk_char, 8), REG_HRO }, /* SCP break character …
/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_cpu.c719 { ORDATA (BRK, sim_brk_char, 8), REG_HRO },
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_cpu.c1378 …{ ORDATA (BRK, sim_brk_char, 8), REG_HRO …

12345678910>>...49