Home
last modified time | relevance | path

Searched refs:BREAK (Results 1 – 25 of 95) sorted by relevance

1234

/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_optimize.c86 BREAK, /* the field may not differ between rules in a superblock */ enumerator
125 PF_RULE_FIELD(tagname, BREAK),
126 PF_RULE_FIELD(keep_state, BREAK),
127 PF_RULE_FIELD(qname, BREAK),
128 PF_RULE_FIELD(pqname, BREAK),
129 PF_RULE_FIELD(rt, BREAK),
130 PF_RULE_FIELD(allow_opts, BREAK),
131 PF_RULE_FIELD(rule_flag, BREAK),
132 PF_RULE_FIELD(action, BREAK),
133 PF_RULE_FIELD(log, BREAK),
[all …]
/netbsd-src/sys/netinet6/
H A Din6_src.c165 #define BREAK(r) do { \
174 #define BREAK(r) goto out macro
236 BREAK(1); /* there should be no better candidate */ in in6_select_best_ia()
461 #undef BREAK
/netbsd-src/bin/ksh/
H A Dlex.h81 #define BREAK 259 /* ;; */ macro
H A Dsyn.c536 musthave(BREAK, CONTIN|KEYWORD|ALIAS);
679 { ";;", BREAK, false },
/netbsd-src/include/arpa/
H A Dtelnet.h52 #define BREAK 243 /* break */ macro
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhctoken.h147 BREAK = 343, enumerator
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h151 BREAK = 343, enumerator
H A Dconflex.c624 switch (isascii(c) ? token : BREAK) { in read_number()
647 case BREAK: in read_number()
808 return BREAK; in intern()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dconflex.c641 switch(isascii(c) ? token : BREAK) {
664 case BREAK:
828 return BREAK; in intern()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dsignal.rst17 * SIGBREAK is delivered when the user pressed CTRL + BREAK.
/netbsd-src/share/i18n/csmapper/KOI/
H A DUCS%KOI8-C.src25 0x00A0 = 0xA0 # NO-BREAK SPACE
H A DKOI8-C%UCS.src57 0xA0 = 0x00A0 # NO-BREAK SPACE
/netbsd-src/share/i18n/csmapper/ISO-8859/
H A DISO-8859-11%UCS.src44 # the addition of 0xA0 NO-BREAK SPACE.
H A DUCS%ISO-8859-11.src44 # the addition of 0xA0 NO-BREAK SPACE.
/netbsd-src/sys/arch/mips/mips/
H A Dbds_emul.S277 PTR_WORD bcemul_sigill # 015 BREAK
381 jr ra; nop # 015 BREAK
/netbsd-src/games/fortune/datfiles/
H A Dunamerican-o.real128 BREAK SOME LAWS
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRDevices.td113 // The device supports the `BREAK` instruction.
115 "The device supports the `BREAK` debugging "
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dnios2r1.h295 #define MATCH_R1_BREAK MATCH_R1_OPX (BREAK, 0, 0, 0x1e)
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dnios2r1.h295 #define MATCH_R1_BREAK MATCH_R1_OPX (BREAK, 0, 0, 0x1e)
/netbsd-src/usr.bin/telnet/
H A Dtelnet.c2296 NET2ADD(IAC, BREAK); in sendbrk()
2297 printoption("SENT", IAC, BREAK); in sendbrk()
H A Dcommands.c321 { "brk", "Send Telnet Break", 1, 0, 0, 2, BREAK },
322 { "break", 0, 1, 0, 0, 2, BREAK },
/netbsd-src/share/i18n/csmapper/CP/
H A DUCS%CP1046.src46 0x00A0 = 0xA0 # NO-BREAK SPACE
H A DCP1046%UCS.src77 0xA0 = 0x00A0 # NO-BREAK SPACE
/netbsd-src/libexec/telnetd/
H A Dstate.c159 case BREAK: in telrcv()
/netbsd-src/share/i18n/csmapper/APPLE/
H A DUCS%THAI.src165 # WORD JOINER instead of U+FEFF ZERO WIDTH NO-BREAK SPACE (BOM)

1234