HomeSort by: relevance | last modified time | path
    Searched refs:DO (Results 1 - 21 of 21) sorted by relevancy

  /src/bin/ksh/
emacs-gen.sh 23 * DO NOT BOTHER EDITING THIS FILE
lex.h 93 #define DO 271
syn.c 432 /* A {...} can be used instead of do...done for for/select loops
437 if (c == DO)
524 do {
608 /* Posix does not do alias expansion here... */
665 { "do", DO, true },
807 * at&t ksh seems to do something similar to this since
  /src/lib/libterminfo/
genthash 39 /* DO NOT EDIT
genhash 88 /* DO NOT EDIT
  /src/lib/libm/arch/m68060/
makeas.sh 41 for F; do
48 * DO NOT EDIT - this file is automatically generated by;
78 * DO NOT EDIT - this file is automatically generated by:
125 * DO NOT EDIT - this file is automatically generated by:
161 * DO NOT EDIT - this file is automatically generated by:
180 # Do not edit manually!
  /src/games/warp/
term.c 100 /* do I really have to type the rest of this??? */
125 /* do no delay reads on something that always gets closed on exit */
159 DO = Tgetstr("do"); /* move cursor down */
160 if (!*DO)
161 DO = Tgetstr("nl");
241 if (!*DO) { /* not defined? */
242 myDO = DO = __UNCONST("\n"); /* assume a newline */
246 DOsize = comp_tc(cmbuffer,DO,1);
252 printf("DO");
    [all...]
term.h 49 /* The following macros are like the pseudo-curses macros above, but do
199 EXT bool bizarre INIT(false); /* do we need to restore terminal? */
262 EXT char *DO INIT(NULL); /* move cursor down one line */
  /src/lib/libc/sys/
makelintstub 58 * THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT EDIT.
131 # do ANSI C function header
136 for arg; do
152 # do K&R C function header
157 for arg; do
170 for arg; do
177 # do function body
208 do
236 for syscall; do
  /src/sys/external/isc/libsodium/dist/test/default/
wintest.bat 41 FOR %%f in (*.c) DO (
  /src/include/arpa/
telnet.h 42 #define DO 253 /* please, you use option */
67 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0
  /src/usr.bin/telnet/
telnet.c 47 * among other things, telnet.h #defines 'DO', which is a variable
109 dontlecho, /* do we suppress local echoing right now? */
111 doaddrlookup = 1, /* do a reverse address lookup? */
262 NET2ADD(IAC, DO);
264 printoption("SENT", DO, c);
857 case DO:
1709 case DO:
1762 printoption("RCVD", DO, c);
1991 * Try to do something.
1993 * If we do something useful, return 1; else return 0
    [all...]
utilities.c 187 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0;
225 printf("want DO %s\n", TELOPT(i));
227 printf("want DO %s\n", TELCMD(i));
229 printf("want DO %d\n", i);
241 printf(" DO %s\n", TELOPT(i));
243 printf(" DO %s\n", TELCMD(i));
245 printf(" DO %d\n", i);
571 case DO:
572 fprintf(NetTrace, "DO ");
    [all...]
  /src/libexec/telnetd/
utility.c 100 do {
158 case DO:
185 * We are about to do a TELNET SYNCH operation. Clear
193 * A side effect of what we do, just to keep things
229 do {
665 case DO:
666 output_data("DO ");
772 case DO: cp = "DO"; goto common2;
state.c 82 #define TS_DO 7 /* do " */
150 * interrupt. Do this with a NULL or
247 case DO:
355 * The will/wont/do/dont state machines are based on Dave Borman's
367 * do nothing;
391 * will and do imply positive new_state, wont and dont imply negative.
418 * Special case for TELOPT_TM: We send a DO, but pretend
428 (void) output_data("%c%c%c", IAC, DO, option);
430 DIAG(TD_OPTIONS, printoption("td: send do", option));
487 * do TM request that may have been sent t
    [all...]
  /src/lib/libc/time/
zic.c 224 bool r_todo; /* a rule to do (used in outzone) */
931 /* The mode passed to open+O_CREAT. Do not bother with executable
1499 do
1529 do {
1587 do
1718 Keep it simple, and do not inspect the file system. */
2013 /* nothing to do */
2679 as this is a bit faster. Do not malloc(0) if !timecnt,
2839 buggy 32-bit clients that do not use time type 0 for
2968 #define DO(field) fwrite(tzh.field, sizeof tzh.field, (size_t) 1, fp
    [all...]
  /src/common/dist/zlib/contrib/pascal/
example.pas 17 {DO NOT $DEFINE TEST_GZIO}
202 (c_stream.total_out < comprLen) do
211 while TRUE do
248 (d_stream.total_in < comprLen) do
341 while TRUE do
504 while TRUE do
  /src/libexec/ftpd/
ftpcmd.y 1314 * If the filename is "", don't do the sane name check.
1411 case DO:
  /src/usr.bin/nc/
netcat.c 94 int nflag; /* Don't do name look up */
631 do {
730 do {
800 do {
825 do {
1366 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
1385 else if ((*p == DO) || (*p == DONT))
1472 * Do a few writes to see if the UDP port is there.
  /src/usr.bin/ftp/
ftp.c 426 case DO:
1758 do {
1778 do {
  /src/share/terminfo/
terminfo 101 # capability. Older versions of GNU termcap, through 1.3, do not.
134 # the string "########") and minor sections (beginning with "####"); do
255 # the file do in fact become a potted history of VDT technology as seen by
399 # characters sent to the printer do not echo on the screen. DEC terminals
432 # Most Intel boxes do not treat "invis" (invisible) text.
600 # The color versions. All PC emulators do color...
676 # can't do some of those. Padding is assumed to be zero, which
722 # The shift/control/alt keys do not modify each other, but alt overrides both,
990 # * do, F26 is the higher-numbered one). The change ought to be built *
1348 # Although it doesn't do XON/XOFF, we don't want padding characters (xon)
    [all...]

Completed in 423 milliseconds