Searched refs:wrapindex (Results 1 – 4 of 4) sorted by relevance
77 int wrapindex = 0; /* current offset in m4wraps */ variable264 if (wrapindex) { in main()270 while (wrapindex != 0) { in main()271 for (i = 0; i < wrapindex; i++) in main()273 wrapindex =0; in main()277 for (i = 0; i < wrapindex; i++) { in main()
174 extern int wrapindex; /* current index in m4wraps */
817 if (wrapindex >= maxwraps) { in dom4wrap()825 m4wraps[wrapindex++] = xstrdup(text); in dom4wrap()
3078 static int wrapindex = 0; /* next "free" cache entry */ in an_cache_store() local3155 if (wrapindex == MAXANCACHE) { in an_cache_store()3156 wrapindex = 0; in an_cache_store()3158 cache_slot = wrapindex++; in an_cache_store()