nxt               384 tools/code_gen.c     char *nxt = strchr(line,'\r');
nxt               385 tools/code_gen.c     if (nxt != 0)
nxt               387 tools/code_gen.c         *nxt++ = 0;
nxt               388 tools/code_gen.c         if (*nxt == '\n')
nxt               389 tools/code_gen.c             nxt++;
nxt               393 tools/code_gen.c         nxt = strchr(line,'\n');
nxt               394 tools/code_gen.c         if (nxt != 0)
nxt               395 tools/code_gen.c             *nxt++ = 0;
nxt               398 tools/code_gen.c     return nxt;
nxt              1188 tools/code_gen.c         char *nxt = next_line(line);
nxt              1210 tools/code_gen.c         line = nxt;
nxt              4422 tools/finsig_dryos.c         m = m->nxt;
nxt              6977 tools/finsig_thumb2.c         m = m->nxt;
nxt              3446 tools/finsig_vxworks.c         m = m->nxt;
nxt                83 tools/stubs_load.c     p->nxt = *hdr;
nxt               114 tools/stubs_load.c         p = p->nxt;
nxt               125 tools/stubs_load.c         p = p->nxt;
nxt               136 tools/stubs_load.c         p = p->nxt;
nxt               153 tools/stubs_load.c         p = find_sig(p->nxt, nm);
nxt                18 tools/stubs_load.h     struct _osig *nxt;      // next list entry