Home
last modified time | relevance | path

Searched refs:hh (Results 1 – 10 of 10) sorted by relevance

/original-bsd/sys/deprecated/bbnnet/
H A Dhmp.c62 struct hmp_hdr *hh; variable
92 sav_cksum = hh->hh_cksum;
93 hh->hh_cksum = 0;
98 if (hh->hh_msgtyp == HM_POLL)
101 port = hh->hh_port;
176 register struct hmp_hdr *hh; local
212 hh->hh_systyp = hp->hp_lsystyp;
217 hh->hh_systyp = hp->hp_rsystyp;
223 hh->hh_seq = hp->hp_rseq;
225 hh->hh_seq = hp->hp_lseq;
[all …]
/original-bsd/old/refer/hunt/
H A Dhunt2.c12 int hh[50]; variable
65 hh[i] = hash(qitem[i])%nhash;
75 fprintf(stderr,"item %s hash %d hfreq %d\n",qitem[i], hh[i], hfreq[hh[i]]);
81 fprintf(stderr, "item hash %d frq %d\n", hh[i], hfreq[hh[i]]);
83 lp = hpt [hh[0]];
116 fprintf(stderr, "item %d, hash %d\n", nterm, hh[nterm]);
129 lp = hpt[hh[nterm]];
283 return (hfreq[hh[n1]]<=hfreq[hh[n2]]); in hcomp()
289 t = hh[n1]; in hexch()
290 hh[n1] = hh[n2]; in hexch()
[all …]
/original-bsd/local/ditroff/ditroff.okeeffe/devnver/Tools/
H A Dprects.c681 nat vv, hh; in prune() local
686 for (hh= h; m && hh <= h+1 && hh < width; hh++) in prune()
687 if (sqmap[vv][hh] > m) m= 0; in prune()
696 register nat v, h, m, p=0, hh; in combi() local
713 for (hh= p; hh < h; hh++) sqmap[v][hh]= 0; in combi()
/original-bsd/lib/libcurses/PSD.doc/
H A Dex2.c27 int hh = 0;
/original-bsd/games/hack/
H A DMakefile33 ${.CURDIR}/hh ${.CURDIR}/data ${DESTDIR}/var/games/hackdir
H A DREAD_ME25 hh Compactified version of help.
H A DMakequest37 AUX = data help hh rumors hack.6 hack.sh
/original-bsd/share/zoneinfo/
H A Dzic.c762 int hh, mm, ss, sign; local
772 if (sscanf(string, scheck(string, "%d"), &hh) == 1)
774 else if (sscanf(string, scheck(string, "%d:%d"), &hh, &mm) == 2)
777 &hh, &mm, &ss) != 3) {
781 if (hh < 0 || hh >= HOURSPERDAY ||
788 (eitol(hh * MINSPERHOUR + mm) *
/original-bsd/sys/vax/if/
H A Dif_hy.c1116 } hh; variable
1117 hh.hlen = len;
1118 hh.hhdr = *hym;
1119 hylog(HYL_RECV, sizeof(hh), (char *)&hh);
/original-bsd/usr.bin/window/
H A Dcompress.c450 register short hh; local
451 if ((hh = *hc1) < 0 || c == pc) {
456 h = cc_htab + (*hc1++ = hash(hh, c));