Search | Google it | Results 11 - 13 of 13 for funcall:LIST_NEXT (0.03 seconds) |
3537: for (sc = LIST_FIRST(&tp->t_sc); sc != NULL; sc = nsc) { 3538: nsc = LIST_NEXT(sc, sc_tpq); 3539:
591: if ((in6m = step->i_in6m) != NULL) { 592: step->i_in6m = LIST_NEXT(in6m, in6m_entry); 593: return in6m;
580: while (p != NULL && (p->p_flag & PK_MARKER)) 581: p = LIST_NEXT(p, p_list); 582: