Home
last modified time | relevance | path

Searched refs:GLOBSPACE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.glob.c45 #define GLOBSPACE 100 /* Alloc increment */ macro
258 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()