Searched refs:dirs_allocated (Results 1 – 2 of 2) sorted by relevance
224 static unsigned int dirs_allocated; variable580 if (dir >= dirs_allocated) in get_filenum()582 dirs_allocated = dir + 32; in get_filenum()583 dirs = XRESIZEVEC (char *, dirs, dirs_allocated); in get_filenum()
2736 (dirs, dirs_in_use, dirs_allocated): New variables.