HomeSort by: relevance | last modified time | path
    Searched refs:maxwraps (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/m4/
extern.h 179 extern int maxwraps; /* size of m4wraps array */
eval.c 820 if (wrapindex >= maxwraps) {
821 if (maxwraps == 0)
822 maxwraps = 16;
824 maxwraps *= 2;
825 m4wraps = xreallocarray(m4wraps, maxwraps, sizeof(*m4wraps),
main.c 78 int maxwraps = 0; /* size of m4wraps array */ variable

Completed in 55 milliseconds