Searched refs:i_next (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | subr_debug.c | 62 struct fcitem *i_next; member 86 i->i_next = freecheck_free; in debug_init() 103 for (i = *head; i != NULL; i = i->i_next) { in freecheck_out() 111 freecheck_free = i->i_next; in freecheck_out() 113 i->i_next = *head; in freecheck_out() 137 for (i = *head, pp = head; i != NULL; pp = &i->i_next, i = i->i_next) { in freecheck_in() 139 *(fcitem_t **)pp = i->i_next; in freecheck_in() 140 i->i_next = freecheck_free; in freecheck_in()
|
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | key.c | 357 if (nitems <= wp->i_next || in v_event_push() 360 wp->i_next -= nitems; in v_event_push() 370 total = wp->i_cnt + wp->i_next + nitems + TERM_PUSH_SHIFT; in v_event_push() 375 wp->i_event + wp->i_next, wp->i_cnt); in v_event_push() 376 wp->i_next = TERM_PUSH_SHIFT; in v_event_push() 380 for (evp = wp->i_event + wp->i_next; nitems--; ++evp) { in v_event_push() 409 nevents > wp->i_nelem - (wp->i_next + wp->i_cnt)) in v_event_append() 411 evp = wp->i_event + wp->i_next + wp->i_cnt; in v_event_append() 430 wp->i_next = 0; \ 432 wp->i_next += len; \ [all …]
|
| H A D | screen.h | 60 size_t i_next; /* Offset of next event. */ member
|
| H A D | key.h | 154 FL_ISSET((sp)->wp->i_event[(sp)->wp->i_next].e_flags, CH_MAPPED))
|
| /netbsd-src/games/hunt/huntd/ |
| H A D | hunt.h | 74 IDENT *i_next; member
|
| H A D | answer.c | 406 for (ip = Scores; ip != NULL; ip = ip->i_next) in get_ident() 443 ip->i_next = Scores; in get_ident()
|
| H A D | driver.c | 983 for (ip = Scores; ip != NULL; ip = ip->i_next) { in send_stats() 993 for (ip = Scores; ip != NULL; ip = ip->i_next) { in send_stats() 1022 nextip = ip->i_next; in clear_scores()
|
| /netbsd-src/usr.bin/config/ |
| H A D | sem.c | 1524 TAILQ_REMOVE(&alldevi, i, i_next); in remove_devi() 1569 TAILQ_FOREACH(i, &alldevi, i_next) in deldeva() 1794 TAILQ_REMOVE(&allpseudo, i, i_next); in deldevbase() 1827 TAILQ_INSERT_TAIL(&allpseudo, i, i_next); in addpseudo() 1898 TAILQ_FOREACH(i, &alldevi, i_next) { in fixdevis() 1923 TAILQ_FOREACH(i, &allpseudo, i_next) in fixdevis() 2005 TAILQ_INSERT_TAIL(&alldevi, i, i_next); in getdevi()
|
| H A D | pack.c | 121 TAILQ_FOREACH(i, &alldevi, i_next) { in pack()
|
| H A D | mkheaders.c | 399 TAILQ_FOREACH(i, &allpseudo, i_next) { in emitioconfh()
|
| H A D | mkioconf.c | 493 TAILQ_FOREACH(i, &allpseudo, i_next) { in emitpseudo()
|
| H A D | defs.h | 321 TAILQ_ENTRY(devi) i_next; /* list of all instances */
|
| H A D | main.c | 1483 TAILQ_FOREACH(pd, &allpseudo, i_next) { in cfcrosscheck()
|