Searched refs:m4wraps (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/usr.bin/m4/
H A Dmain.c73 char **m4wraps = NULL; /* m4wraps array. */ variable
74 int maxwraps = 0; /* size of m4wraps array */
75 int wrapindex = 0; /* current offset in m4wraps */
270 pbstr(m4wraps[i]);
276 pbstr(m4wraps[i]);
H A Dextern.h170 extern char **m4wraps; /* m4wrap string default. */
171 extern int maxwraps; /* size of m4wraps array */
172 extern int wrapindex; /* current index in m4wraps */
H A Deval.c820 m4wraps = xreallocarray(m4wraps, maxwraps, sizeof(*m4wraps),
821 "too many m4wraps");
823 m4wraps[wrapindex++] = xstrdup(text);

Completed in 79 milliseconds