| /src/sys/kern/ |
| subr_debug.c | 62 struct fcitem *i_next; member in struct:fcitem 86 i->i_next = freecheck_free; 103 for (i = *head; i != NULL; i = i->i_next) { 111 freecheck_free = i->i_next; 113 i->i_next = *head; 137 for (i = *head, pp = head; i != NULL; pp = &i->i_next, i = i->i_next) { 139 *(fcitem_t **)pp = i->i_next; 140 i->i_next = freecheck_free;
|
| /src/external/bsd/nvi/dist/common/ |
| key.c | 357 if (nitems <= wp->i_next || 360 wp->i_next -= nitems; 370 total = wp->i_cnt + wp->i_next + nitems + TERM_PUSH_SHIFT; 375 wp->i_event + wp->i_next, wp->i_cnt); 376 wp->i_next = TERM_PUSH_SHIFT; 380 for (evp = wp->i_event + wp->i_next; nitems--; ++evp) { 409 nevents > wp->i_nelem - (wp->i_next + wp->i_cnt)) 411 evp = wp->i_event + wp->i_next + wp->i_cnt; 430 wp->i_next = 0; \ 432 wp->i_next += len; [all...] |
| screen.h | 60 size_t i_next; /* Offset of next event. */ member in struct:_win
|
| key.h | 154 FL_ISSET((sp)->wp->i_event[(sp)->wp->i_next].e_flags, CH_MAPPED))
|
| /src/games/hunt/huntd/ |
| hunt.h | 74 IDENT *i_next; member in struct:ident_def
|
| answer.c | 406 for (ip = Scores; ip != NULL; ip = ip->i_next) 443 ip->i_next = Scores;
|
| driver.c | 983 for (ip = Scores; ip != NULL; ip = ip->i_next) { 993 for (ip = Scores; ip != NULL; ip = ip->i_next) { 1022 nextip = ip->i_next;
|
| /src/usr.bin/config/ |
| pack.c | 121 TAILQ_FOREACH(i, &alldevi, i_next) {
|
| sem.c | 1529 TAILQ_REMOVE(&alldevi, i, i_next); 1574 TAILQ_FOREACH(i, &alldevi, i_next) 1799 TAILQ_REMOVE(&allpseudo, i, i_next); 1832 TAILQ_INSERT_TAIL(&allpseudo, i, i_next); 1903 TAILQ_FOREACH(i, &alldevi, i_next) { 1928 TAILQ_FOREACH(i, &allpseudo, i_next) 2010 TAILQ_INSERT_TAIL(&alldevi, i, i_next);
|
| mkheaders.c | 399 TAILQ_FOREACH(i, &allpseudo, i_next) {
|
| defs.h | 322 TAILQ_ENTRY(devi) i_next; /* list of all instances */ member in struct:devi
|
| mkioconf.c | 565 TAILQ_FOREACH(i, &allpseudo, i_next) {
|
| main.c | 1483 TAILQ_FOREACH(pd, &allpseudo, i_next) {
|