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

12

/illumos-gate/usr/src/head/arpa/
H A Dftp.h54 #define CONTINUE 3 /* positive intermediate */ macro
/illumos-gate/usr/src/cmd/listen/
H A Dlserror.h54 #define CONTINUE 0 macro
H A Dnlps_serv.c239 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);
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);
1088 tli_error(E_T_LISTEN, CONTINUE);
1105 tli_error(E_T_ALLOC, CONTINUE);
1119 tli_error(E_T_LOOK, CONTINUE);
1148 tli_error(E_T_SNDDIS, CONTINUE);
1201 error(E_OPENBIND, CONTINUE);
1225 tli_error(E_T_ACCEPT, CONTINUE);
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Ddebug.h98 #ifndef CONTINUE
99 #define CONTINUE DEBUG_CONTINUE macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Ddebug.h89 #ifndef CONTINUE
90 #define CONTINUE DEBUG_CONTINUE macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Ddebug.h98 #ifndef CONTINUE
99 #define CONTINUE DEBUG_CONTINUE macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Ddebug.h98 #ifndef CONTINUE
99 #define CONTINUE DEBUG_CONTINUE macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Ddebug.h98 #ifndef CONTINUE
99 #define CONTINUE DEBUG_CONTINUE macro
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dhelp.c579 case CONTINUE:
H A Dprexlex.l76 continue { yylval.intval = CONTINUE; return (CONTINUE); }
H A Dprexgram.y38 %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
/illumos-gate/usr/src/cmd/oawk/
H A Dmakeprctab.c85 { CONTINUE, "jump", "continue"},
H A Dawk.g.y43 %token IF ELSE WHILE FOR IN NEXT EXIT BREAK CONTINUE
324 | CONTINUE st { $$ = stat1(CONTINUE, 0); }
H A Dawk.lx.l135 <A>continue RETURN(CONTINUE);
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c97 { CONTINUE, "jump", "continue" },
H A Dawk.g.y66 %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); }
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y75 %token <node> EXIT RETURN BREAK CONTINUE NEXT
439 | CONTINUE SEMI = {
440 $$ = node(CONTINUE, NNULL, NNULL);
H A Dawk0.c45 M_MB_L("continue"), KEYWORD, CONTINUE, NULL,
H A Dawk3.c706 case CONTINUE:
1890 case CONTINUE:
1925 case CONTINUE:
2033 case CONTINUE:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c83 if (command("AUTH %s", "GSSAPI") == CONTINUE) {
221 if (command("AUTH %s", "GSSAPI") != CONTINUE) {
H A Dcmds.c1194 if (command("RNFR %s", argv[1]) == CONTINUE)
1380 if (n == CONTINUE) {
1391 if (n == CONTINUE) {
H A Dftp.c393 if (n == CONTINUE) {
404 if (n == CONTINUE) {
839 != CONTINUE) {
1150 command("REST %lld", (longlong_t)restart_point) != CONTINUE) {
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dlgamma.c219 goto CONTINUE;
222 CONTINUE:
/illumos-gate/usr/src/cmd/mail/
H A Dmail.h106 #define CONTINUE 1 macro

Completed in 127 milliseconds

12