Searched refs:BREAK (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dcgen-defs.h135 #define BREAK(N) goto end_switch_##N
141 #define BREAK(N) break
131 #define BREAK macro
137 #define BREAK macro
/netbsd-6-1-5-RELEASE/x11/lib/fontconfig/etc/
H A Dfonts.conf249 <int>0x00a0</int> <!-- NO-BREAK SPACE -->
277 <int>0x202f</int> <!-- NARROW NO-BREAK SPACE -->
291 <int>0xfeff</int> <!-- ZERO WIDTH NO-BREAK SPACE -->
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dlex.h81 #define BREAK 259 /* ;; */ macro
H A Dsyn.c536 musthave(BREAK, CONTIN|KEYWORD|ALIAS);
679 { ";;", BREAK, FALSE },
H A Dlex.c687 c = (c == ';') ? BREAK :
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Ds2_srvr.c130 #define BREAK break macro
202 BREAK;
212 BREAK;
222 BREAK;
227 BREAK;
235 BREAK;
245 BREAK;
259 BREAK;
282 BREAK;
291 BREAK;
[all...]
H A Ds2_clnt.c130 #define BREAK break macro
203 BREAK;
212 BREAK;
222 BREAK;
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl_optimize.c86 BREAK, /* the field may not differ between rules in a superblock */ enumerator in enum:__anon936
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-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dmaketab.c102 { BREAK, "jump", "break" },
H A Dawkgram.y59 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
87 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
322 BREAK st { if (!inloop) SYNTAX("break illegal outside of loops");
323 $$ = stat1(BREAK, NIL); }
H A Dlex.c59 { "break", BREAK, BREAK },
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/
H A Ddhctoken.h141 BREAK = 343, enumerator in enum:dhcp_token
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dtelnet.h54 #define BREAK 243 /* break */ macro
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/win32/Include/
H A Dtelnet.h54 #define BREAK 243 /* break */ macro
/netbsd-6-1-5-RELEASE/include/arpa/
H A Dtelnet.h52 #define BREAK 243 /* break */ macro
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Din6_src.c162 #define BREAK(r) do { \
171 #define BREAK(r) goto out macro
334 BREAK(1); /* there should be no better candidate */
561 #undef BREAK macro
/netbsd-6-1-5-RELEASE/dist/pppd/chat/
H A Dchat.c1217 else if (strcmp(s, "BREAK") == 0)
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dconflex.c432 switch(isascii(c) ? token : BREAK) {
455 case BREAK:
596 return BREAK;
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dbds_emul.S277 PTR_WORD bcemul_sigill # 015 BREAK
381 jr ra; nop # 015 BREAK
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/lm32/
H A Dsem-switch.c145 #define NEXT(vpc) BREAK (sem)
237 BREAK (sem);
264 BREAK (sem);
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dcommands.c316 { "brk", "Send Telnet Break", 1, 0, 0, 2, BREAK },
317 { "break", 0, 1, 0, 0, 2, BREAK },
H A Dtelnet.c2552 NET2ADD(IAC, BREAK);
2553 printoption("SENT", IAC, BREAK);
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtxcom.c269 tx_intr_establish(tc, TXCOMINTR(BREAK, slot), IST_EDGE, IPL_TTY,
/netbsd-6-1-5-RELEASE/libexec/telnetd/
H A Dstate.c167 case BREAK:
/netbsd-6-1-5-RELEASE/sys/arch/hppa/hppa/
H A Ddb_disasm.c618 #define BREAK 0x00, 0x00, 19, 8 /* BREAK */ macro
864 #define Bi1(i) BitfR(i,27,5,_b275) /* fields in BREAK */
1097 { BREAK, 0, "break", brkDasm },

Completed in 491 milliseconds

12