/titanic_51/usr/src/cmd/listen/ |
H A D | nlps_serv.c | 239 tli_error(E_RCV_MSG, CONTINUE); 258 tli_error(E_RCV_MSG, CONTINUE); 274 tli_error(E_RCV_MSG, CONTINUE); 292 tli_error(E_RCV_MSG, CONTINUE); 305 tli_error(E_RCV_MSG, CONTINUE); 481 error(E_BAD_VERSION, CONTINUE); 548 error(E_BAD_FORMAT, CONTINUE); 777 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); 1088 tli_error(E_T_LISTEN, CONTINUE); in doevent() 1105 tli_error(E_T_ALLOC, CONTINUE); in doevent() 1119 tli_error(E_T_LOOK, CONTINUE); in doevent() 1148 tli_error(E_T_SNDDIS, CONTINUE); in send_dis() 1201 error(E_OPENBIND, CONTINUE); in trycon() 1225 tli_error(E_T_ACCEPT, CONTINUE); in trycon() [all...] |
H A D | lserror.h | 54 #define CONTINUE 0 macro
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | debug.h | 89 #ifndef CONTINUE 90 #define CONTINUE DEBUG_CONTINUE macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | debug.h | 89 #ifndef CONTINUE 90 #define CONTINUE DEBUG_CONTINUE macro
|
/titanic_51/usr/src/cmd/tnf/prex/ |
H A D | prexgram.y | 38 %token CONTINUE 108 %type <intval> CONTINUE DISABLE ENABLE HELP LIST QUIT SOURCE TRACE UNTRACE BUFFER KTRACE PFILTER CLEAR CONNECT command 155 command : CONTINUE { $$ = $1; } /* user&kernel */ 176 continue_statement : CONTINUE NL
|
H A D | prexlex.l | 76 continue { yylval.intval = CONTINUE; return (CONTINUE); }
|
H A D | help.c | 579 case CONTINUE: in help_on_command()
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | debug.h | 98 #ifndef CONTINUE 99 #define CONTINUE DEBUG_CONTINUE macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | debug.h | 98 #ifndef CONTINUE 99 #define CONTINUE DEBUG_CONTINUE macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | debug.h | 98 #ifndef CONTINUE 99 #define CONTINUE DEBUG_CONTINUE macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | debug.h | 98 #ifndef CONTINUE 99 #define CONTINUE DEBUG_CONTINUE macro
|
/titanic_51/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 | 135 <A>continue RETURN(CONTINUE);
|
/titanic_51/usr/src/head/arpa/ |
H A D | ftp.h | 54 #define CONTINUE 3 /* positive intermediate */ macro
|
/titanic_51/usr/src/cmd/awk/ |
H A D | awk.g.y | 66 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC 92 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FIELD FUNC 317 | CONTINUE st { $$ = stat1(CONTINUE, NIL); }
|
H A D | maketab.c | 97 { CONTINUE, "jump", "continue" },
|
/titanic_51/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 75 %token <node> EXIT RETURN BREAK CONTINUE NEXT 439 | CONTINUE SEMI = { 440 $$ = node(CONTINUE, NNULL, NNULL);
|
H A D | awk0.c | 45 M_MB_L("continue"), KEYWORD, CONTINUE, NULL,
|
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | auth.c | 83 if (command("AUTH %s", "GSSAPI") == CONTINUE) { in do_auth() 221 if (command("AUTH %s", "GSSAPI") != CONTINUE) { in do_auth()
|
/titanic_51/usr/src/lib/libast/common/uwin/ |
H A D | lgamma.c | 219 goto CONTINUE; in small_lgam() 222 CONTINUE: in small_lgam()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | lgamma.c | 219 goto CONTINUE; in small_lgam() 222 CONTINUE: in small_lgam()
|
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | regress.sh | 74 [+CONTINUE?The background job must be running.] 647 function CONTINUE function 650 JOBOP=CONTINUE 1108 CONTINUE) 1444 alias CONTINUE='LINE=$LINENO; CONTINUE' alias
|
/titanic_51/usr/src/cmd/mail/ |
H A D | mail.h | 106 #define CONTINUE 1 macro
|