Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c237 tli_error(E_RCV_MSG, CONTINUE);
256 tli_error(E_RCV_MSG, CONTINUE);
272 tli_error(E_RCV_MSG, CONTINUE);
290 tli_error(E_RCV_MSG, CONTINUE);
303 tli_error(E_RCV_MSG, CONTINUE);
479 error(E_BAD_VERSION, CONTINUE);
546 error(E_BAD_FORMAT, CONTINUE);
775 sys_error(E_SYS_ERROR, CONTINUE); in exec_cmd()
H A Dlisten.c658 tli_error(E_FD1OPEN, CONTINUE);
710 tli_error( E_T_ALLOC, CONTINUE);
718 tli_error( E_T_ALLOC, CONTINUE);
762 tli_error(E_T_BIND, CONTINUE);
1094 tli_error(E_T_LISTEN, CONTINUE); in doevent()
1111 tli_error(E_T_ALLOC, CONTINUE); in doevent()
1125 tli_error(E_T_LOOK, CONTINUE); in doevent()
1154 tli_error(E_T_SNDDIS, CONTINUE); in send_dis()
1207 error(E_OPENBIND, CONTINUE); in trycon()
1231 tli_error(E_T_ACCEPT, CONTINUE); in trycon()
[all …]
H A Dlserror.h54 #define CONTINUE 0 macro
H A Dlsdbf.c108 exit_flag = CONTINUE;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Ddebug.h89 #ifndef CONTINUE
90 #define CONTINUE DEBUG_CONTINUE macro
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y43 %token IF ELSE WHILE FOR IN NEXT EXIT BREAK CONTINUE
324 | CONTINUE st { $$ = stat1(CONTINUE, 0); }
H A Dmakeprctab.c85 { CONTINUE, "jump", "continue"},
H A Dawk.lx.l132 <A>continue RETURN(CONTINUE);
H A Drun.c1046 case CONTINUE: in jump()
/illumos-gate/usr/src/head/arpa/
H A Dftp.h52 #define CONTINUE 3 /* positive intermediate */ macro
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y88 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
115 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
352 | CONTINUE st { if (!inloop) SYNTAX("continue illegal outside of loops");
353 $$ = stat1(CONTINUE, NIL); }
H A Dmaketab.c129 { CONTINUE, "jump", "continue" },
H A Dlex.c53 { "continue", CONTINUE, CONTINUE },
H A Drun.c433 case CONTINUE: in jump()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y74 %token <node> EXIT RETURN BREAK CONTINUE NEXT
438 | CONTINUE SEMI {
439 $$ = node(CONTINUE, NNULL, NNULL);
H A Dawk0.c43 M_MB_L("continue"), KEYWORD, CONTINUE, NULL,
H A Dawk3.c704 case CONTINUE: in action()
1887 case CONTINUE: in s_while()
1922 case CONTINUE: in s_for()
2030 case CONTINUE: in s_forin()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c81 if (command("AUTH %s", "GSSAPI") == CONTINUE) { in do_auth()
219 if (command("AUTH %s", "GSSAPI") != CONTINUE) { in do_auth()
H A Dftp.c390 if (n == CONTINUE) { in login()
401 if (n == CONTINUE) { in login()
843 != CONTINUE) { in sendrequest()
1154 command("REST %lld", (longlong_t)restart_point) != CONTINUE) { in recvrequest()
H A Dcmds.c1191 if (command("RNFR %s", argv[1]) == CONTINUE) in renamefile()
1377 if (n == CONTINUE) { in user()
1388 if (n == CONTINUE) { in user()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dlgamma.c219 goto CONTINUE; in small_lgam()
222 CONTINUE: in small_lgam()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dregress.sh647 function CONTINUE function
650 JOBOP=CONTINUE
1108 CONTINUE)
1444 alias CONTINUE='LINE=$LINENO; CONTINUE' alias
H A DRELEASE98 09-08-20 regress.sh: add { JOB CONTINUE EXITED KILL FIFO }
/illumos-gate/usr/src/cmd/mail/
H A Dmail.h106 #define CONTINUE 1 macro
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c63 #define CONTINUE -4 macro
1320 return (CONTINUE); in check_config()
1445 if (cfg_rc != CONTINUE) in lookup_int()