Home
last modified time | relevance | path

Searched refs:work (Results 1 – 25 of 144) sorted by relevance

123456

/original-bsd/sys/deprecated/bbnnet/
H A Dtcp_states.c42 struct work *wp;
99 struct work *wp;
113 struct work *wp;
131 struct work *wp;
153 struct work *wp;
172 struct work *wp;
189 struct work *wp;
350 struct work *wp;
394 struct work *wp;
419 struct work *wp;
[all …]
H A Dnet.h39 struct work { struct
53 struct work w; \
/original-bsd/old/berknet/
H A Dstore.c13 long work; local
39 work = getsize(&statbuf);
40 sprintf(buf, "|%08ld|", work);
H A Dnetcp.c104 char work[FNS], *s, c0,c1,c2,c3,c,colon=0,mch; local
106 strcpy(work,addr);
107 s = work;
/original-bsd/usr.bin/pascal/eyacc/
H A DREAD_ME16 Note that the standard yacc parser will not work on the tables produced
20 will only work on languages which have some redundancy in them... it is
21 probably ill suited for C, but would work fine in ALGOL-60, ALGOL-W,
31 The eyacc in this directory has been modified to work for
H A Dey3.c263 int c, ch, work; in closure() local
287 work = 1; in closure()
288 while( work ){ in closure()
289 work = 0; in closure()
342 wsets[k].flag = work = 1; in closure()
357 work = 1; in closure()
H A Dey4.c238 int i, work, cc; in go2gen() local
246 work = 1; in go2gen()
247 while( work ){ in go2gen()
248 work = 0; in go2gen()
254 work = 1; in go2gen()
/original-bsd/usr.bin/netstat/
H A Droute.c644 struct ns_addr work; local
651 work = sns->sns_addr;
652 port = ntohs(work.x_port);
653 work.x_port = 0;
654 net.net_e = work.x_net;
669 q = work.x_host.c_host;
691 struct sockaddr_ns work; local
695 work = *sns;
696 work.sns_addr.x_port = 0;
697 work.sns_addr.x_net = ns_zeronet;
[all …]
/original-bsd/usr.bin/tn3270/ascii/
H A Dtermin.c137 int work = 0; in TerminalIn() local
148 work = 1; in TerminalIn()
158 return work; in TerminalIn()
/original-bsd/usr.sbin/timed/timed/
H A DTODO.jb11 **** I haven't looked at the code, but if you want to work it over, be my
21 will work on it. An entire cleanup might be nice later, but
33 syntax goes, the normal format for the date should work just
37 CONF,not in nbsd. Makefile for m68000 doesn't work right: two modules,
/original-bsd/games/phantasia/
H A DCOPYRIGHT8 * This game is distributed for free as is. It is not guaranteed to work
9 * in every conceivable environment. It is not even guaranteed to work
/original-bsd/old/yacc/
H A Dy3.c179 int i, work, cc; in go2gen() local
188 work = 1; in go2gen()
189 while( work ){ in go2gen()
190 work = 0; in go2gen()
196 work = 1; in go2gen()
H A Dy1.c532 int c, ch, work, k; in closure() local
553 work = 1; in closure()
554 while( work ){ in closure()
555 work = 0; in closure()
598 if( setunion( v->ws.lset, clset.lset ) ) v->flag = work = 1; in closure()
608 work = 1; in closure()
/original-bsd/usr.bin/pascal/pxp/
H A DREAD_ME5 Pxp was quick and dirty brought up on the vax today. It seems to work,
/original-bsd/old/adb/common_source/
H A DCHANGES7 some work done to prepare for /proc and discarding of ptrace
31 further work.)
45 (the usual expr:r, expr:s, expr:c formats still work).
/original-bsd/contrib/dungeon/
H A DPDP.doc21 no I/O !! further work allowed us to write the I/O in C
25 it is a real kludge but seems to work (mostly).
42 It really does the work of the game. I/O is handled
48 It is going to take a while to work in as we are out of room
H A DREADME.pdp7 bit of work. You'll just have to try and compile and fix those that
/original-bsd/old/as.tahoe/
H A Dbignum.c252 static Bignum work; local
254 work.num_uchar[3] = val;
255 return (numaddv(dst, src1, CH_FIELD(work)));
/original-bsd/sys/pmax/ultrix/
H A DREADME6 haven't been used since so the code likely to not work as is.
/original-bsd/lib/libc/db/PORT/
H A DREADME50 are known to work. If you send me the changes that were necessary to
51 make your system work, this will happen much more quickly.
78 In general, I ignore all warning messages until something doesn't work.
91 set of compatibility work-arounds that you'll almost certainly
95 so that includes of the form <sys/include.h> work.
/original-bsd/usr.bin/pascal/pdx/tree/
H A Dtree.rep14 * seem to work right in C. I don't want to have to specify an
/original-bsd/old/as.vax/
H A Dbignum1.c267 static Bignum work; local
269 work.num_uchar[0] = val;
270 return (numaddv(dst, src1, CH_FIELD(work)));
/original-bsd/old/pcc/ccom.vax/
H A DQUAD77 count code needs a little adjustment to work from SZINT instead
87 make a stuck tree work.
96 Oof. Here is where the real work is. We get to use EMUL to
/original-bsd/sbin/route/
H A Droute.c875 struct ns_addr work; local
883 work = sns->sns_addr;
884 port = ntohs(work.x_port);
885 work.x_port = 0;
886 net.net_e = work.x_net;
887 if (ns_nullhost(work) && net.long_e == 0) {
894 if (memcmp(ns_bh, work.x_host.c_host, 6) == 0)
896 else if (memcmp(ns_nullh, work.x_host.c_host, 6) == 0)
899 q = work.x_host.c_host;
/original-bsd/usr.sbin/sendmail/src/Makefiles/
H A DMakefile.NEWS-OS.4.x2 # This Makefile is designed to work on the old "make" program. It does
6 # are going to be doing any signficant work on sendmail).

123456