Searched refs:maxwraps (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/m4/
H A Dextern.h167 extern int maxwraps; /* size of m4wraps array */
H A Deval.c792 if (wrapindex >= maxwraps) {
793 if (maxwraps == 0)
794 maxwraps = 16;
796 maxwraps *= 2;
797 m4wraps = xrealloc(m4wraps, maxwraps * sizeof(*m4wraps),
H A Dmain.c74 int maxwraps = 0; /* size of m4wraps array */ variable

Completed in 86 milliseconds