Searched refs:snext (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_def.c88 newhead = newfield->snext = newfield->sprev = newfield;
97 current = current->snext;
105 newfield->snext = current;
107 newfield->snext->sprev = newfield;
108 newfield->sprev->snext = newfield;
H A Dform.h89 struct fieldnode * snext; /* sorted order pointer */ member in struct:fieldnode
H A Dfrm_driver.c3346 field_on_page = field_on_page->snext;
3827 field_on_page = field_on_page->snext;
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_subr.c97 struct bcma_sport *sport, *snext; local
103 STAILQ_FOREACH_SAFE(sport, &corecfg->dev_ports, sp_link, snext) {
107 STAILQ_FOREACH_SAFE(sport, &corecfg->bridge_ports, sp_link, snext) {
111 STAILQ_FOREACH_SAFE(sport, &corecfg->wrapper_ports, sp_link, snext) {
/freebsd-11-stable/sbin/init/
H A Dinit.c1388 session_t *sp, *snext; local
1395 for (sp = sessions; sp; sp = snext) {
1396 snext = sp->se_next;
1408 if ((snext = new_session(sp, typ)) != NULL)
1409 sp = snext;
1565 session_t *sp, *sprev, *snext; local
1582 if ((snext = sp->se_next) != NULL)
1583 snext->se_prev = sp->se_prev;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c563 const char *snext;
570 snext = strchr (s, ',');
571 if (snext == NULL)
575 len = snext - s;
576 ++snext;
605 s = snext;
561 const char *snext; local
/freebsd-11-stable/contrib/gcc/
H A Dggc-zone.c1600 struct small_page_entry **spp, *sp, *snext; local
1648 for (sp = zone->pages; sp != NULL; sp = snext)
1657 snext = sp->next;
1741 *spp = snext;
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.c2629 gen_load_802_11_header_len(compiler_state_t *cstate, struct slist *s, struct slist *snext) argument
2716 sjset_data_frame_1->s.jf = snext;
2723 sjset_data_frame_2->s.jt = snext;
2779 sjset_radiotap_flags_present->s.jf = snext;
2792 sjset_radiotap_ext_present->s.jt = snext;
2858 sjset_tsft_datapad->s.jf = snext;
2860 sjset_notsft_datapad->s.jf = snext;
2862 sjset_qos->s.jf = snext;

Completed in 129 milliseconds