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

/freebsd-9.3-release/usr.bin/m4/
H A Dextern.h166 extern char **m4wraps; /* m4wrap string default. */
167 extern int maxwraps; /* size of m4wraps array */
168 extern int wrapindex; /* current index in m4wraps */
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 */
265 pbstr(m4wraps[i]);
271 pbstr(m4wraps[i]);
H A Deval.c797 m4wraps = xrealloc(m4wraps, maxwraps * sizeof(*m4wraps),
798 "too many m4wraps");
800 m4wraps[wrapindex++] = xstrdup(text);

Completed in 186 milliseconds