Searched refs:inpnext (Results 1 – 3 of 3) sorted by relevance
66 if (inpnext >= inplast) {67 inpnext = (struct fileinfo *)calloc(FEGROW + 1,69 if (inpnext == NULL)72 inplast->fe_nexthash = inpnext;74 inplast = &inpnext[FEGROW];76 inp = inpnext++;
161 } *inphead, **inphash, *inpnext, *inplast; variable
246 inpnext = inphead; in setup()