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

12

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Darpaftp.h48 #define CONTINUE 3 /* positive intermediate */ macro
/freebsd-9.3-release/include/arpa/
H A Dftp.h44 #define CONTINUE 3 /* positive intermediate */ macro
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_md5.c26 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_md5_data::__anon4391
37 data->state = CONTINUE;
75 data->state = CONTINUE;
143 return data->state != CONTINUE;
H A Deap_server_identity.c22 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_identity_data::__anon4389
34 data->state = CONTINUE;
145 return data->state != CONTINUE;
H A Deap_server_gtc.c22 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_gtc_data::__anon4388
34 data->state = CONTINUE;
77 data->state = CONTINUE;
197 return data->state != CONTINUE;
H A Deap_server_tls.c28 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_tls_data::__anon4403
38 case CONTINUE:
39 return "CONTINUE";
104 eap_tls_state(data, CONTINUE);
128 case CONTINUE:
H A Deap_server_tnc.c25 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator in enum:eap_tnc_data::eap_tnc_state
53 case CONTINUE:
54 return "CONTINUE";
126 eap_tnc_set_state(data, CONTINUE);
294 case CONTINUE:
508 eap_tnc_set_state(data, CONTINUE);
526 eap_tnc_set_state(data, CONTINUE);
/freebsd-9.3-release/lib/libc/net/
H A Dnsparser.y65 %token RETURN CONTINUE
149 | CONTINUE { $$ = NS_ACTION_CONTINUE; }
H A Dnslexer.l82 [cC][oO][nN][tT][iI][nN][uU][eE] return CONTINUE;
/freebsd-9.3-release/contrib/one-true-awk/
H A Dmaketab.c99 { CONTINUE, "jump", "continue" },
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
319 | CONTINUE st { if (!inloop) SYNTAX("continue illegal outside of loops");
320 $$ = stat1(CONTINUE, NIL); }
H A Dlex.c53 { "continue", CONTINUE, CONTINUE },
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dkauth.c71 if(ret != CONTINUE){
H A Dftp.c207 else if(n == CONTINUE) {
231 if (n == CONTINUE) {
743 != CONTINUE) {
959 command ("REST %ld", (long) restart_point) != CONTINUE)
H A Dcmds.c1146 if (command("RNFR %s", argv[1]) == CONTINUE)
1306 if (n == CONTINUE) {
1316 if (n == CONTINUE) {
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_sim.c51 CONTINUE, RESULT_SUCCESS, RESULT_FAILURE, SUCCESS, FAILURE enumerator in enum:eap_sim_data::__anon4371
61 case CONTINUE:
62 return "CONTINUE";
125 eap_sim_state(data, CONTINUE);
1006 eap_sim_state(data, CONTINUE);
H A Deap_aka.c51 CONTINUE, RESULT_SUCCESS, RESULT_FAILURE, SUCCESS, FAILURE enumerator in enum:eap_aka_data::__anon4357
69 case CONTINUE:
70 return "CONTINUE";
106 eap_aka_state(data, CONTINUE);
1263 eap_aka_state(data, CONTINUE);
/freebsd-9.3-release/contrib/bmake/
H A Dparse.c175 * CONTINUE parsing, i.e. it had only reached the end of an include file,
178 #define CONTINUE 1 macro
2500 * CONTINUE if there's more to do. DONE if not.
2504 * lineno, curFILE, and fname are changed if CONTINUE is returned.
2523 return CONTINUE;
2554 return (CONTINUE);
3056 } while (ParseEOF() == CONTINUE);
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp664 if (MI->getOpcode() == AMDGPU::CONTINUE)
721 if (Pre->getOpcode() == AMDGPU::CONTINUE
1620 insertInstrEnd(ContingMBB, AMDGPU::CONTINUE, DL);
1636 insertInstrEnd(ContingMBB, AMDGPU::CONTINUE,
H A DR600ControlFlowFinalizer.cpp463 case AMDGPU::CONTINUE: {
/freebsd-9.3-release/contrib/tnftp/src/
H A Dftp.c759 if (command("REST " LLF, (LLT)restart_point) != CONTINUE)
997 command("REST " LLF, (LLT) restart_point) != CONTINUE)
1881 (command("REST " LLF, (LLT) restart_point) != CONTINUE))
1891 (command("REST " LLF, (LLT) restart_point) != CONTINUE))
H A Dutil.c444 if (n == CONTINUE) {
455 if (n == CONTINUE) {
H A Dcmds.c1274 if (command("RNFR %s", argv[1]) == CONTINUE &&
1500 if (n == CONTINUE) {
1511 if (n == CONTINUE) {
/freebsd-9.3-release/usr.bin/bc/
H A Dbc.y161 %token CONTINUE ELSE PRINT
290 | CONTINUE
/freebsd-9.3-release/usr.bin/make/
H A Dparse.c102 * CONTINUE parsing, i.e. it had only reached the end of an include file,
105 #define CONTINUE 1 macro
376 * CONTINUE if there's more to do. DONE if not.
381 * CONTINUE is returned.
403 return (TAILQ_EMPTY(&includes) ? DONE : CONTINUE);

Completed in 269 milliseconds

12