Home
last modified time | relevance | path

Searched refs:htab (Results 1 – 9 of 9) sorted by relevance

/original-bsd/sbin/ncheck/
H A Dncheck.c42 struct htab struct
47 } *htab; argument
72 struct htab *lookup();
150 htab = (struct htab *)malloc((unsigned)hsize * sizeof(struct htab));
202 htab[i].h_ino = 0;
240 struct htab *hp;
342 register struct htab *hp;
358 struct htab *
363 register struct htab *hp;
368 if (++hp >= &htab[hsize])
[all …]
/original-bsd/usr.bin/pascal/src/
H A Dhash.c24 } htab[MAXHASH]; variable
94 htab[0].ht_low = hshtab;
95 htab[0].ht_high = &hshtab[HASHINC];
153 for (htp = htab; htp < &htab[MAXHASH]; htp++) {
/original-bsd/old/as.tahoe/
H A Dassyms.c31 struct hashdallop *htab; variable
55 htab = 0; in symtabinit()
354 if (htab == 0) in htaballoc()
355 htab = new; in htaballoc()
357 new->h_next = htab->h_next; in htaballoc()
358 htab->h_next = new; in htaballoc()
400 for (hdallop = htab; hdallop != 0; hdallop = hdallop->h_next){
426 hdallop = htab->h_next; /* aren't we smart! */
/original-bsd/old/as.vax/
H A Dassyms.c34 struct hashdallop *htab; variable
58 htab = 0; in symtabinit()
364 if (htab == 0) in htaballoc()
365 htab = new; in htaballoc()
367 new->h_next = htab->h_next; in htaballoc()
368 htab->h_next = new; in htaballoc()
410 for (hdallop = htab; hdallop != 0; hdallop = hdallop->h_next){
436 hdallop = htab->h_next; /* aren't we smart! */
/original-bsd/usr.sbin/sa/
H A Dsa.c234 struct hashdallop *htab; /* head of the list */ variable
1044 htab = 0; in tabinit()
1083 if (htab == 0) in htaballoc()
1084 htab = new; in htaballoc()
1086 new->h_next = htab->h_next; in htaballoc()
1087 htab->h_next = new; in htaballoc()
1121 for (hdallop = htab; hdallop != 0; hdallop = hdallop->h_next){
1150 hdallop = htab->h_next; /* aren't we smart! */
/original-bsd/usr.bin/compress/
H A Dzopen.c123 #define htab zs->zs_htab macro
158 #define htabof(i) htab[i]
162 #define tab_suffixof(i) ((char_type *)(htab))[i]
642 htab_p = htab + cl_hsize;
/original-bsd/lib/libc/db/hash/
H A Dhash.h62 typedef struct htab { /* Memory resident data structure */ struct
/original-bsd/old/pcc/lint/lpass2/
H A Dlpass2.c736 } htab[MAXHASH]; variable
757 for (htp = htab; htp < &htab[MAXHASH]; htp++) {
/original-bsd/old/pcc/mip/
H A Dscan.c1232 } htab[MAXHASH]; variable
1263 for (htp = htab; htp < &htab[MAXHASH]; htp++) {