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

/freebsd-11-stable/crypto/openssl/ssl/
H A Ds2_srvr.c131 # define BREAK break macro
207 BREAK;
218 BREAK;
228 BREAK;
231 BREAK;
240 BREAK;
253 BREAK;
268 BREAK;
291 BREAK;
300 BREAK;
[all...]
H A Ds2_clnt.c130 # define BREAK break macro
199 BREAK;
209 BREAK;
219 BREAK;
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_optimize.c88 BREAK, /* the field may not differ between rules in a superblock */ enumerator in enum:__anon4820
127 PF_RULE_FIELD(tagname, BREAK),
128 PF_RULE_FIELD(keep_state, BREAK),
129 PF_RULE_FIELD(qname, BREAK),
130 PF_RULE_FIELD(pqname, BREAK),
131 PF_RULE_FIELD(rt, BREAK),
132 PF_RULE_FIELD(allow_opts, BREAK),
133 PF_RULE_FIELD(rule_flag, BREAK),
134 PF_RULE_FIELD(action, BREAK),
135 PF_RULE_FIELD(log, BREAK),
[all...]
/freebsd-11-stable/contrib/one-true-awk/
H A Dmaketab.c98 { BREAK, "jump", "break" },
H A Dawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
317 BREAK st { if (!inloop) SYNTAX("break illegal outside of loops");
318 $$ = stat1(BREAK, NIL); }
H A Dlex.c51 { "break", BREAK, BREAK },
H A Drun.c385 case BREAK:
/freebsd-11-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h54 #define BREAK 243 /* break */ macro
/freebsd-11-stable/include/arpa/
H A Dtelnet.h51 #define BREAK 243 /* break */ macro
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h51 #define BREAK 243 /* break */ macro
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh2.c23 #define BREAK 259 macro
401 musthave(BREAK, CONTIN);
486 ";;", BREAK,
/freebsd-11-stable/usr.bin/chat/
H A Dchat.c1015 else if (strcmp(s, "BREAK") == 0)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dminimon.h76 #define EMBREAK 30 /* Could not BREAK */
142 #define BREAK 13 macro
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c82 #define BREAK 243 /* break */ macro
/freebsd-11-stable/sys/netinet6/
H A Din6_src.c175 #define BREAK(r) do { \ macro
353 BREAK(1); /* there should be no better candidate */
/freebsd-11-stable/usr.bin/bc/
H A Dbc.y156 %token DEFINE BREAK QUIT LENGTH
276 | BREAK
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c150 case BREAK:
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c2314 NET2ADD(IAC, BREAK);
2315 printoption("SENT", IAC, BREAK);
H A Dcommands.c210 { "brk", "Send Telnet Break", 1, 0, 0, 2, BREAK },
211 { "break", 0, 1, 0, 0, 2, BREAK },
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c2334 NET2ADD(IAC, BREAK);
2335 printoption("SENT", IAC, BREAK);
H A Dcommands.c302 { "brk", "Send Telnet Break", 1, 0, NULL, 2, BREAK },
303 { "break", NULL, 1, 0, NULL, 2, BREAK },
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dstate.c172 case BREAK:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp642 case R600::BREAK: {
H A DAMDILCFGStructurizer.cpp1457 insertInstrBefore(I, R600::BREAK);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4196 TOut.emitII(Mips::BREAK, 0x7, 0, IDLoc, STI);
4229 TOut.emitII(Mips::BREAK, 0x7, 0, IDLoc, STI);
4257 TOut.emitII(Mips::BREAK, 0x7, 0, IDLoc, STI);
4297 TOut.emitII(Mips::BREAK, 0x6, 0, IDLoc, STI);
5100 TOut.emitII(Mips::BREAK, 6, 0, IDLoc, STI);
5137 TOut.emitII(Mips::BREAK, 6, 0, IDLoc, STI);

Completed in 441 milliseconds