Searched refs:wrapindex (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/m4/
H A Dmain.c75 int wrapindex = 0; /* current offset in m4wraps */ variable
257 if (wrapindex) {
263 while (wrapindex != 0) {
264 for (i = 0; i < wrapindex; i++)
266 wrapindex =0;
270 for (i = 0; i < wrapindex; i++) {
H A Dextern.h168 extern int wrapindex; /* current index in m4wraps */
H A Deval.c792 if (wrapindex >= maxwraps) {
800 m4wraps[wrapindex++] = xstrdup(text);
/freebsd-9.3-release/sys/dev/an/
H A Dif_an.c3092 static int wrapindex = 0; /* next "free" cache entry */ local
3169 if (wrapindex == MAXANCACHE) {
3170 wrapindex = 0;
3172 cache_slot = wrapindex++;

Completed in 96 milliseconds