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

  /src/usr.bin/m4/
extern.h 173 extern char **m4wraps; /* m4wrap string default. */
174 extern int maxwraps; /* size of m4wraps array */
175 extern int wrapindex; /* current index in m4wraps */
main.c 77 char **m4wraps = NULL; /* m4wraps array. */ variable in typeref:typename:char **
78 int maxwraps = 0; /* size of m4wraps array */
79 int wrapindex = 0; /* current offset in m4wraps */
388 pbstr(m4wraps[i]);
394 pbstr(m4wraps[i]);
eval.c 812 m4wraps = xrealloc(m4wraps, maxwraps * sizeof(*m4wraps),
813 "too many m4wraps");
815 m4wraps[wrapindex++] = xstrdup(text);

Completed in 13 milliseconds