Searched refs:GLOBSPACE (Results 1 – 1 of 1) sorted by relevance
45 #define GLOBSPACE 100 /* Alloc increment */ macro258 size += GLOBSPACE > l ? GLOBSPACE : l; in expbrace()300 int size = GLOBSPACE; in globexpand()320 size += GLOBSPACE; in globexpand()322 vl = &(*fnv)[size - GLOBSPACE]; in globexpand()330 size += GLOBSPACE; in globexpand()332 vl = &(*fnv)[size - GLOBSPACE]; in globexpand()905 *fblk = xmalloc(GLOBSPACE * sizeof(Char *)); in Gnmatch()910 expbrace(fblk, NULL, GLOBSPACE); in Gnmatch()