Searched refs:FEGROW (Results 1 – 3 of 3) sorted by relevance
67 inpnext = (struct fileinfo *)calloc(FEGROW + 1,74 inplast = &inpnext[FEGROW];
236 listmax = FEGROW; in setup()237 inphash = (struct fileinfo **)calloc(FEGROW, in setup()239 inphead = (struct fileinfo *)calloc(FEGROW + 1, in setup()
164 #define FEGROW 512 macro