Lines Matching defs:inp
57 register struct fileinfo *inp;
61 for (inp = *inpp; inp; inp = inp->fe_nexthash) {
62 if (inp->fe_block == feblock)
65 if (!inp) {
76 inp = inpnext++;
77 inp->fe_block = feblock;
78 inp->fe_len = (uint16_t)len;
79 inp->fe_lseen = 1;
80 inp->fe_nexthash = *inpp;
81 *inpp = inp;
86 inp->fe_lseen++;
89 inp->fe_lcount, inp->fe_lseen);
92 return (inp);