Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 25 of 61) sorted by relevance

123

/original-bsd/sys/deprecated/bbnnet/
H A Dtcp.h13 sequence t_seq; /* sequence number */
14 sequence t_ackno; /* acknowledgement number */
56 sequence iss; /* initial send seq # */
57 sequence irs; /* initial recv seq # */
58 sequence rcv_urp; /* rcv urgent pointer */
60 sequence seq_fin; /* seq # of FIN sent */
66 sequence snd_wl; /* seq # of last sent window */
67 sequence snd_hi; /* highest seq # we sent */
141 sequence rcv_urpend; /* (out-of-band) data */
147 sequence lastack; /* with force_ack, for TDELACK */
[all …]
H A Dtcp_prim.c294 sequence firstempty(tp) in firstempty()
297 sequence retval;
313 extern sequence tcp_iss; /* tcp initial send seq # */ in tcp_timeo()
H A Dnet.h29 typedef u_long sequence; /* sequence numbers in tcp */ typedef
H A Dtcp_procs.c137 register sequence last, wind;
600 register sequence last;
677 register sequence last;
743 sequence last;
/original-bsd/usr.sbin/timed/timed/
H A Dacksend.c20 extern u_short sequence;
64 message->tsp_seq = sequence;
92 if (answer->tsp_seq != sequence) {
95 answer->tsp_seq, sequence);
103 sequence++;
H A Dglobals.h136 extern u_short sequence; /* TSP message sequence number */
/original-bsd/usr.bin/learn/learn/
H A Dmem.c75 setdid(lesson, sequence) in setdid() argument
77 int sequence;
80 pw->w_seq = sequence;
89 pw->w_seq = sequence;
H A Ddounit.c41 setdid(todo, sequence++); in dounit()
81 setdid(todo, sequence++); in dounit()
H A Dlrnref.h47 extern int sequence;
H A Dlearn.c31 int sequence = 1; variable
/original-bsd/usr.bin/pascal/libpc/
H A DREAD8.c69 char sequence[BUFSIZ]; /* the character sequence */ variable
127 sequencep = &sequence[0];
180 *doublep = atof(&sequence[0]);
/original-bsd/lib/libcurses/PSD.doc/
H A Ddoc.I72 which will cause a clear-screen sequence to be sent
114 This does not force a clear-screen sequence on the next refresh
149 except that it never causes a clear-screen sequence to be generated
/original-bsd/usr.bin/uucp/DOC/
H A DCHANGES68 Correctly does the closing hangup sequence.
76 Add ABORT sequence to the expect/send sequence so don't have
84 for ogin:, etc. This abort sequence is very useful if you must go through a
111 sequence like "" P_ZERO (expect nothing, send zero parity).
/original-bsd/contrib/xns/examples/gap/
H A Dgap2d.c164 GAP2_TransportObject *sequence; local
195 switch (transports.sequence[0].designator) {
197 cp = &transports.sequence[0].rs232c_case.commParams;
209 if (transports.sequence[1].designator != teletype)
/original-bsd/old/lisp/fp/fp.vax/
H A DfpMain.l57 ; read in an FP sequence once a colon (apply) has been detected
124 ; Form a character string of a LISP list as an equivalent FP sequence
H A Dscanner.l169 ; read in a lisp sequence
196 ; check if any ? (bottom) in sequence
H A DrunFp.l101 iota ; counting sequence generator
/original-bsd/usr.sbin/amd/fsinfo/
H A Dfsi_lex.l141 <Q>\\. { yyerror("Unknown \\ sequence"); }
/original-bsd/libexec/bugfiler/
H A Dbugformat7 Describe the sequence of events that causes the problem
/original-bsd/old/btlgammon/
H A Dbackrules8 If you want to move a single piece several times the sequence of
/original-bsd/usr.bin/uucp/UUAIDS/
H A DL.sys39 # If the expect part of the expect/send sequence is suffixed with a ~number,
52 # The login sequence is:
64 # via /dev/tty02 at 300 baud. The send-expect sequence is complex
/original-bsd/games/cribbage/
H A Dcribbage.n105 immediately previously, makes a sequence of three or more
108 for run depend upon playing the cards in strict sequence,
132 Each combination of three or more cards in sequence
215 sequence). When nothing better offers, give two wide cards -- at least
222 Generally speaking, play on (toward a sequence) when you have close cards
/original-bsd/old/boggle/
H A Dinst3 from any sequence of 3 or more adjacent letters in the grid. The letters
/original-bsd/usr.bin/tn3270/ascii/
H A Ddefault.map10 /* default.map3270: This file is the system default for the key sequence
H A Dtermcodes.m473 TC(CALL) /* INT: call a state sequence */
76 TC(NULL) /* Illegal sequence; bell */

123