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

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcxxcode.c53 sp = sfind(n, sp->snext);
357 sp = sp->snext;
385 if ((sp = sfind(n, sp->snext)) == NULL)
396 if ((sp = sfind(n, sp->snext)) == NULL)
468 sp = sfind(s, sp->snext);
490 sp->snext = ns->snext;
491 ns->snext = sp;
547 sp = sfind(n, sp->snext);
571 sp = sp->snext;
[all...]
H A Dcxxdefs.h15 #define INSSYM(sp) (sp->snext = nscur->sup, nscur->sup = sp, sp->sdown = nscur)
H A Dsymtabs.c196 for (sym = tmpsyms[type]; sym; sym = sym->snext)
206 sym->snext = tmpsyms[type];
252 sym->snext = tmpsyms[type];
329 s = s->snext;
338 tmpsyms[i] = tmpsyms[i]->snext;
351 new->snext = tmpsyms[typ];
H A Dinit.c513 pstk->in_lnk = pstk->in_lnk->snext;
947 pstk->in_lnk->snext != NULL)
948 pstk->in_lnk = pstk->in_lnk->snext;
986 for (; pstk->in_lnk; pstk->in_lnk = pstk->in_lnk->snext)
H A Dpftn.c915 for (sp = /* r->rb */nscur->sup; sp; sp = sp->snext) {
947 for (sp = aps->amlist; sp != NULL; sp = sp->snext) {
983 for (sp = /* rpole->rb */ nscur->sup; sp != NULL; lsp = sp, sp = sp->snext)
992 lsp->snext = sp;
997 lsp->snext = sp;
1053 for (; lsp->snext; lsp = lsp->snext)
1055 if (ISARY(lsp->stype) && lsp->snext &&
2758 s->sup = s->sdown = s->snext = NULL;
H A Dgcc_compat.c483 for (sp = strmemb(ap); sp; sp = sp->snext) {
H A Dpass1.h147 struct symtab *snext; /* link to other symbols in the same scope */ member in struct:symtab
H A Dtrees.c609 for (; sp != NULL; sp = sp->snext) {
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dsymtabs.c196 for (sym = tmpsyms[type]; sym; sym = sym->snext)
206 sym->snext = tmpsyms[type];
252 sym->snext = tmpsyms[type];
329 s = s->snext;
338 tmpsyms[i] = tmpsyms[i]->snext;
351 new->snext = tmpsyms[typ];
H A Dinit.c513 pstk->in_lnk = pstk->in_lnk->snext;
947 pstk->in_lnk->snext != NULL)
948 pstk->in_lnk = pstk->in_lnk->snext;
986 for (; pstk->in_lnk; pstk->in_lnk = pstk->in_lnk->snext)
H A Dpftn.c894 for (sp = r->rb; sp; sp = sp->snext) {
923 for (sp = aps->amlist; sp != NULL; sp = sp->snext) {
957 for (sp = rpole->rb; sp != NULL; lsp = sp, sp = sp->snext)
965 lsp->snext = sp;
1014 for (; lsp->snext; lsp = lsp->snext)
1016 if (ISARY(lsp->stype) && lsp->snext &&
2728 s->snext = NULL;
H A Dgcc_compat.c484 for (sp = strmemb(ap); sp; sp = sp->snext) {
H A Dpass1.h144 struct symtab *snext; /* link to other symbols in the same scope */ member in struct:symtab
H A Dtrees.c609 for (; sp != NULL; sp = sp->snext) {
/netbsd-6-1-5-RELEASE/sbin/init/
H A Dinit.c1166 session_t *sp, *snext; local
1192 for (sp = sessions; sp; sp = snext) {
1197 snext = sp->se_next;
1220 if ((snext = new_session(sp, ++session_index, typ)) != NULL)
1221 sp = snext;
1404 session_t *sp, *sprev, *snext; local
1421 if ((snext = sp->se_next) != NULL)
1422 snext->se_prev = sp->se_prev;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dsubr.c228 char *snext, *tnext; local
235 result = strtoul (sp, &snext, 10) - strtoul (tp, &tnext, 10);
236 if (*snext == '\0' || *tnext == '\0')
238 sp = snext + 1;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c625 const char *snext;
632 snext = strchr (s, ',');
633 if (snext == NULL)
637 len = snext - s;
638 ++snext;
667 s = snext;
623 const char *snext; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dggc-zone.c1746 struct small_page_entry **spp, *sp, *snext; local
1794 for (sp = zone->pages; sp != NULL; sp = snext)
1803 snext = sp->next;
1887 *spp = snext;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c1169 syncops *ss, *sprev, *snext; local
1233 sprev = ss, ss=snext)
1240 snext = ss->s_next;
1269 sprev->s_next = snext;
1378 syncmatches *sm, *snext; local
1381 for (sm = opc->smatches; sm; sm=snext) {
1382 snext = sm->sm_next;
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dgencode.c2497 gen_load_802_11_header_len(struct slist *s, struct slist *snext) argument
2583 sjset_data_frame_1->s.jf = snext;
2590 sjset_data_frame_2->s.jt = snext;
2637 sjset_radiotap_flags->s.jf = snext;
2701 sjset_tsft_datapad->s.jf = snext;
2703 sjset_notsft_datapad->s.jf = snext;
2705 sjset_qos->s.jf = snext;

Completed in 308 milliseconds