Searched refs:FEGROW (Results 1 – 3 of 3) sorted by relevance
65 inpnext = (struct fileinfo *)calloc(FEGROW + 1,72 inplast = &inpnext[FEGROW];
259 listmax = FEGROW; in setup()260 inphash = (struct fileinfo **)calloc(FEGROW, in setup()262 inphead = (struct fileinfo *)calloc(FEGROW + 1, in setup()
146 #define FEGROW 512 macro