Searched refs:wrapindex (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/dev/an/
H A Dif_an.c3076 static int wrapindex = 0; /* next "free" cache entry */ local
3153 if (wrapindex == MAXANCACHE) {
3154 wrapindex = 0;
3156 cache_slot = wrapindex++;
/freebsd-11-stable/usr.bin/m4/
H A Dmain.c75 int wrapindex = 0; /* current offset in m4wraps */ variable
262 if (wrapindex) {
268 while (wrapindex != 0) {
269 for (i = 0; i < wrapindex; i++)
271 wrapindex =0;
275 for (i = 0; i < wrapindex; i++) {
H A Dextern.h172 extern int wrapindex; /* current index in m4wraps */
H A Deval.c815 if (wrapindex >= maxwraps) {
823 m4wraps[wrapindex++] = xstrdup(text);

Completed in 104 milliseconds