Searched refs:DO (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dchars.h62 #define DO 253 /* request do */ macro
H A Dcmd.c32 * DO
429 (uint8_t)cmd == DO || (uint8_t)cmd == DONT) {
463 case DO:
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c54 *DO, *ED, *EI, *K0, *K1, *K2, *K3, *K4, *K5, *K6, *K7, *K8, variable
H A Dcr_tty.c46 &DC, &DL, &DM, &DO, &ED, &EI, &K0, &K1, &K2,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c77 #define DO(D,H,M,S) \ macro
796 { DO (yyvsp[-2].val, 0, 0, yyvsp[0].val); ;
800 { DO ( 0, yyvsp[-2].val, 0, yyvsp[0].val); ;
804 { DO ( 0, 0, yyvsp[-2].val, yyvsp[0].val); ;
808 { DO ( 0, 0, 0, yyvsp[-1].val); ;
812 { DO (yyvsp[-6].val, yyvsp[-4].val, yyvsp[-2].val, yyvsp[0].val); ;
816 { DO ( 0, yyvsp[-4].val, yyvsp[-2].val, yyvsp[0].val); ;
820 { DO ( 0, yyvsp[-2].val, yyvsp[0].val, 0); ;
824 { DO ( 0, 0, 0, yyvsp[0].val); ;
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c92 { DO, "dostat", "do" },
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
126 DO | do NL
319 { $$ = stat2(DO, $2, notnull($5)); }
H A Dawk.lx.l158 <A>do { RET(DO); }
/illumos-gate/usr/src/lib/libunistat/
H A DMakefile.com122 COMMENT= "/* THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT */"
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y76 %token <node> DELETE WHILE DO FOR FORIN IF
430 | DO statement WHILE LPAREN expr RPAREN = {
431 $$ = node(DO, $5, $2);
H A Dawk0.c52 M_MB_L("do"), KEYWORD, DO, NULL,
H A Dawk3.c759 case DO:
1878 if (np->n_type == DO)
H A Dawk1.c566 case DO:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c52 * among other things, telnet.h #defines 'DO', which is a variable
307 NET2ADD(IAC, DO);
309 printoption("SENT", DO, c);
897 case DO:
1111 "telnet: command missing from linemode DO request\n");
1125 "reply to linemode DO request\n");
1849 case DO:
1904 printoption("RCVD", DO, c);
2352 case DO:
2443 NET2ADD(IAC, DO);
[all...]
H A Dutilities.c204 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0;
244 (void) printf("want DO %s\n",
247 (void) printf("want DO %s\n",
250 (void) printf("want DO %d\n", i);
264 (void) printf(" DO %s\n",
267 (void) printf(" DO %s\n",
270 (void) printf(" DO %d\n", i);
642 case DO:
643 (void) fprintf(NetTrace, "DO ");
[all...]
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h49 #define DO 253 /* please, you use option */ macro
74 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c1549 #define DO(field) (void) fwrite((void *) tzh.field, \ macro
1551 DO(tzh_magic);
1552 DO(tzh_reserved);
1553 DO(tzh_ttisgmtcnt);
1554 DO(tzh_ttisstdcnt);
1555 DO(tzh_leapcnt);
1556 DO(tzh_timecnt);
1557 DO(tzh_typecnt);
1558 DO(tzh_charcnt);
1559 #undef DO macro
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s163 ! DO NOT remove these NOPs. It will slow down the halfword loop by 15%
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h62 *DM, *DO, *ED, *EI, *K0, *K1, *K2, *K3, *K4, *K5, *K6,
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1352 #define DO(which) \ macro
1355 DO(HEAD);
1356 DO(SNAP);
1357 DO(CHILD);
1358 DO(CHILD_RSRV);
1359 DO(REFRSRV);
1360 #undef DO macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c735 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
755 if ((*p == DO) || (*p == DONT))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c117 static uchar_t doopt[] = { (uchar_t)IAC, (uchar_t)DO, '%', 'c', 0 };
376 * now it's really only because we did the DO ENCRYPT/WILL
2444 write_data("%c%c%c", (uchar_t)IAC, (uchar_t)DO, (uchar_t)option);
2575 (void) fprintf(stderr, "SENT DO ENCRYPT\n");
3080 * Pretend we got a DO ECHO from the client if we have not
3091 * To find out, we send out a "DO ECHO". If the remote system
3580 case DO:
3815 * We received an "IAC DO ..." message from the client, change our state
3856 (void) fprintf(stderr, "RCVD DO TELOPT_ENCRYPT\n");
3859 * We received a "DO"
[all...]
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.s279 / using the following value blows up machines! - DO NOT USE
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c555 case DO:

Completed in 155 milliseconds