Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/form/
HDfrm_def.c87 newhead = newfield->snext = newfield->sprev = newfield; in Insert_Field_By_Position()
96 current = current->snext; in Insert_Field_By_Position()
104 newfield->snext = current; in Insert_Field_By_Position()
106 newfield->snext->sprev = newfield; in Insert_Field_By_Position()
107 newfield->sprev->snext = newfield; in Insert_Field_By_Position()
HDform.h89 struct fieldnode * snext; /* sorted order pointer */ member
HDfrm_driver.c3346 field_on_page = field_on_page->snext; in Sorted_Next_Field()
3827 field_on_page = field_on_page->snext; in _nc_Set_Form_Page()
/NextBSD/sbin/init/
HDinit.c1353 session_t *sp, *snext; in read_ttys() local
1360 for (sp = sessions; sp; sp = snext) { in read_ttys()
1361 snext = sp->se_next; in read_ttys()
1373 if ((snext = new_session(sp, typ)) != NULL) in read_ttys()
1374 sp = snext; in read_ttys()
1506 session_t *sp, *sprev, *snext; in collect_child() local
1522 if ((snext = sp->se_next) != NULL) in collect_child()
1523 snext->se_prev = sp->se_prev; in collect_child()
/NextBSD/contrib/binutils/binutils/
HDobjcopy.c561 const char *snext; in parse_flags() local
568 snext = strchr (s, ','); in parse_flags()
569 if (snext == NULL) in parse_flags()
573 len = snext - s; in parse_flags()
574 ++snext; in parse_flags()
603 s = snext; in parse_flags()
/NextBSD/contrib/gcc/
HDggc-zone.c1600 struct small_page_entry **spp, *sp, *snext; in sweep_pages() local
1648 for (sp = zone->pages; sp != NULL; sp = snext) in sweep_pages()
1657 snext = sp->next; in sweep_pages()
1741 *spp = snext; in sweep_pages()
/NextBSD/contrib/libpcap/
HDgencode.c2385 gen_load_802_11_header_len(struct slist *s, struct slist *snext) in gen_load_802_11_header_len() argument
2471 sjset_data_frame_1->s.jf = snext; in gen_load_802_11_header_len()
2478 sjset_data_frame_2->s.jt = snext; in gen_load_802_11_header_len()
2525 sjset_radiotap_flags->s.jf = snext; in gen_load_802_11_header_len()
2589 sjset_tsft_datapad->s.jf = snext; in gen_load_802_11_header_len()
2591 sjset_notsft_datapad->s.jf = snext; in gen_load_802_11_header_len()
2593 sjset_qos->s.jf = snext; in gen_load_802_11_header_len()
/NextBSD/contrib/tcsh/
HDcomplete.tcsh226 complete {refile,sprev,snext,scan,pick,rmm,inc,folder,show} \