/illumos-gate/usr/src/cmd/listen/ |
H A D | nlps_serv.c | 237 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 D | listen.c | 658 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 D | lserror.h | 54 #define CONTINUE 0 macro
|
H A D | lsdbf.c | 108 exit_flag = CONTINUE;
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | debug.h | 89 #ifndef CONTINUE 90 #define CONTINUE DEBUG_CONTINUE macro
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | awk.g.y | 43 %token IF ELSE WHILE FOR IN NEXT EXIT BREAK CONTINUE 324 | CONTINUE st { $$ = stat1(CONTINUE, 0); }
|
H A D | makeprctab.c | 85 { CONTINUE, "jump", "continue"},
|
H A D | awk.lx.l | 132 <A>continue RETURN(CONTINUE);
|
H A D | run.c | 1046 case CONTINUE: in jump()
|
/illumos-gate/usr/src/head/arpa/ |
H A D | ftp.h | 52 #define CONTINUE 3 /* positive intermediate */ macro
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 88 %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 D | maketab.c | 129 { CONTINUE, "jump", "continue" },
|
H A D | lex.c | 53 { "continue", CONTINUE, CONTINUE },
|
H A D | run.c | 433 case CONTINUE: in jump()
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 74 %token <node> EXIT RETURN BREAK CONTINUE NEXT 438 | CONTINUE SEMI { 439 $$ = node(CONTINUE, NNULL, NNULL);
|
H A D | awk0.c | 43 M_MB_L("continue"), KEYWORD, CONTINUE, NULL,
|
H A D | awk3.c | 704 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 D | auth.c | 81 if (command("AUTH %s", "GSSAPI") == CONTINUE) { in do_auth() 219 if (command("AUTH %s", "GSSAPI") != CONTINUE) { in do_auth()
|
H A D | ftp.c | 390 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 D | cmds.c | 1191 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 D | lgamma.c | 219 goto CONTINUE; in small_lgam() 222 CONTINUE: in small_lgam()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | regress.sh | 647 function CONTINUE function 650 JOBOP=CONTINUE 1108 CONTINUE) 1444 alias CONTINUE='LINE=$LINENO; CONTINUE' alias
|
H A D | RELEASE | 98 09-08-20 regress.sh: add { JOB CONTINUE EXITED KILL FIFO }
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | mail.h | 106 #define CONTINUE 1 macro
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | cache.c | 63 #define CONTINUE -4 macro 1320 return (CONTINUE); in check_config() 1445 if (cfg_rc != CONTINUE) in lookup_int()
|