HomeSort by: relevance | last modified time | path
    Searched refs:snext (Results 1 - 22 of 22) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cxxcode.c 57 sp = sfind(n, sp->snext);
361 sp = sp->snext;
389 if ((sp = sfind(n, sp->snext)) == NULL)
400 if ((sp = sfind(n, sp->snext)) == NULL)
474 sp = sfind(s, sp->snext);
498 sp->snext = ns->snext;
499 ns->snext = sp;
555 sp = sfind(n, sp->snext);
579 sp = sp->snext;
    [all...]
cxxdefs.h 15 #define INSSYM(sp) (sp->snext = nscur->sup, nscur->sup = sp, sp->sdown = nscur)
symtabs.c 196 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];
init.c 513 pstk->in_lnk = pstk->in_lnk->snext;
946 pstk->in_lnk->snext != NULL)
947 pstk->in_lnk = pstk->in_lnk->snext;
985 for (; pstk->in_lnk; pstk->in_lnk = pstk->in_lnk->snext)
pass1.h 150 struct symtab *snext; /* link to other symbols in the same scope */ member in struct:symtab
pftn.c 929 for (sp = /* r->rb */nscur->sup; sp; sp = sp->snext) {
961 for (sp = aps->amlist; sp != NULL; sp = sp->snext) {
997 for (sp = /* rpole->rb */ nscur->sup; sp != NULL; lsp = sp, sp = sp->snext)
1006 lsp->snext = sp;
1011 lsp->snext = sp;
1067 for (; lsp->snext; lsp = lsp->snext)
1069 if (ISARY(lsp->stype) && lsp->snext &&
2770 s->sup = s->sdown = s->snext = NULL;
gcc_compat.c 484 for (sp = strmemb(ap); sp; sp = sp->snext) {
trees.c 612 for (; sp != NULL; sp = sp->snext) {
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
symtabs.c 203 for (sym = tmpsyms[type]; sym; sym = sym->snext)
215 sym->snext = tmpsyms[type];
261 sym->snext = tmpsyms[type];
337 s = s->snext;
346 tmpsyms[i] = tmpsyms[i]->snext;
359 new->snext = tmpsyms[typ];
602 sp->snext = strpole;
655 for (sp = strpole; sp; sp = sp->snext) {
init.c 534 pstk->in_lnk = pstk->in_lnk->snext;
969 pstk->in_lnk->snext != NULL)
970 pstk->in_lnk = pstk->in_lnk->snext;
1008 for (; pstk->in_lnk; pstk->in_lnk = pstk->in_lnk->snext)
pftn.c 952 for (sp = r->rb; sp; sp = sp->snext) {
981 for (sp = aps->amlist; sp != NULL; sp = sp->snext) {
1015 for (sp = rpole->rb; sp != NULL; lsp = sp, sp = sp->snext)
1023 lsp->snext = sp;
1074 for (; lsp->snext; lsp = lsp->snext)
1076 if (ISARY(lsp->stype) && lsp->snext &&
2818 s->snext = NULL;
pass1.h 149 struct symtab *snext; /* link to other symbols in the same scope */ member in struct:symtab
gcc_compat.c 593 for (sp = strmemb(ap); sp; sp = sp->snext) {
trees.c 688 for (; sp != NULL; sp = sp->snext) {
  /src/sbin/init/
init.c 1174 session_t *sp, *snext; local
1200 for (sp = sessions; sp; sp = snext) {
1205 snext = sp->se_next;
1228 if ((snext = new_session(sp, ++session_index, typ)) != NULL)
1229 sp = snext;
1422 session_t *sp, *sprev, *snext; local
1439 if ((snext = sp->se_next) != NULL)
1440 snext->se_prev = sp->se_prev;
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
code.c 780 for (cl = 0; sp; sp = sp->snext) {
796 sps[i].snext = &sps[i+1];
800 sps[i-1].snext = sp->snext;
854 if (sp->stype == LDOUBLE && sp->snext->stype == LDOUBLE &&
855 sp->snext->snext == NULL)
1120 sp->snext->stype == LDOUBLE)
  /src/external/gpl2/xcvs/dist/src/
subr.c 230 char *snext, *tnext; local
237 result = strtoul (sp, &snext, 10) - strtoul (tp, &tnext, 10);
238 if (*snext == '\0' || *tnext == '\0')
240 sp = snext + 1;
  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 799 const char *snext;
806 snext = strchr (s, ',');
807 if (snext == NULL)
811 len = snext - s;
812 ++snext;
847 s = snext;
861 const char *snext;
868 snext = strchr (s, ',');
869 if (snext == NULL)
873 len = snext - s
797 const char *snext; local
859 const char *snext; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 790 const char *snext;
797 snext = strchr (s, ',');
798 if (snext == NULL)
802 len = snext - s;
803 ++snext;
838 s = snext;
852 const char *snext;
859 snext = strchr (s, ',');
860 if (snext == NULL)
864 len = snext - s
788 const char *snext; local
850 const char *snext; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 1385 syncops *snext, *ss = *pss; local
1418 snext = ss->s_next;
1420 *pss = snext;
1497 snext = ss->s_next;
1499 *pss = snext;
1530 syncmatches *sm, *snext; local
1538 for (sm = opc->smatches; sm; sm=snext) {
1539 snext = sm->sm_next;
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_txp.c 2493 QUIC_STREAM *stream, *snext; local
2502 snext = it.stream;
2628 snext,
  /src/external/bsd/libpcap/dist/
gencode.c 2792 gen_load_802_11_header_len(compiler_state_t *cstate, struct slist *s, struct slist *snext)
2879 sjset_data_frame_1->s.jf = snext;
2886 sjset_data_frame_2->s.jt = snext;
2942 sjset_radiotap_flags_present->s.jf = snext;
2955 sjset_radiotap_ext_present->s.jt = snext;
3021 sjset_tsft_datapad->s.jf = snext;
3023 sjset_notsft_datapad->s.jf = snext;
3025 sjset_qos->s.jf = snext;

Completed in 62 milliseconds