Home
last modified time | relevance | path

Searched refs:shortp (Results 1 – 4 of 4) sorted by relevance

/original-bsd/lib/libc/db/hash/
H A Dhash_buf.c142 u_short oaddr, *shortp; local
172 shortp = (u_short *)bp->page;
173 if (shortp[0])
174 oaddr = shortp[shortp[0] - 1];
215 shortp = (u_short *)xbp->page;
216 if (shortp[0])
218 oaddr = shortp[shortp[0] - 1];
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Dconv.c150 register short *shortp; local
160 shortp = (short *) grabbits(2, cp);
162 p->constblock.constant.ci = *shortp;
163 free((char *) shortp);
239 shortp = (short *) grabbytes(2, cp);
241 p->constblock.constant.ci = *shortp;
242 free((char *) shortp);
736 register short *shortp; local
747 shortp = (short *) grabbits(size, cp);
749 free((char *) shortp);
[all …]
/original-bsd/usr.bin/f77/pass1.vax/
H A Dconv.c169 register short *shortp; local
179 shortp = (short *) grabbits(2, cp);
181 p->constblock.constant.ci = *shortp;
182 free((char *) shortp);
258 shortp = (short *) grabbytes(2, cp);
260 p->constblock.constant.ci = *shortp;
261 free((char *) shortp);
755 register short *shortp; local
766 shortp = (short *) grabbits(size, cp);
768 free((char *) shortp);
[all …]
/original-bsd/usr.bin/yacc/
H A Dlalr.c369 register short *shortp; in build_relations() local
424 includes[i] = shortp = NEW2(nedges + 1, short); in build_relations()
426 shortp[j] = edge[j]; in build_relations()
427 shortp[nedges] = -1; in build_relations()