Searched refs:wrapindex (Results 1 – 4 of 4) sorted by relevance
75 int wrapindex = 0; /* current offset in m4wraps */ variable257 if (wrapindex) { in main()263 while (wrapindex != 0) { in main()264 for (i = 0; i < wrapindex; i++) in main()266 wrapindex =0; in main()270 for (i = 0; i < wrapindex; i++) { in main()
169 extern int wrapindex; /* current index in m4wraps */
792 if (wrapindex >= maxwraps) { in dom4wrap()800 m4wraps[wrapindex++] = xstrdup(text); in dom4wrap()
3091 static int wrapindex = 0; /* next "free" cache entry */ in an_cache_store() local3168 if (wrapindex == MAXANCACHE) { in an_cache_store()3169 wrapindex = 0; in an_cache_store()3171 cache_slot = wrapindex++; in an_cache_store()