Home
last modified time | relevance | path

Searched refs:nextc (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/lib/libc/gen/
H A Dvis.c166 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_hvis() argument
174 dst = do_svis(dst, c, flags, nextc, extra); in do_hvis()
189 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_mvis() argument
193 ((iswspace(c) && (nextc == L'\r' || nextc == L'\n')) || in do_mvis()
202 dst = do_svis(dst, c, flags, nextc, extra); in do_mvis()
210 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) in do_mbyte() argument
240 if (iswoctal(nextc)) { in do_mbyte()
307 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_svis() argument
328 flags, nextc, iswextra); in do_svis()
702 svis(char *mbdst, int c, int flags, int nextc, const char *mbextra) in svis() argument
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dvis.c155 do_hvis(char *dst, int c, int flag, int nextc, const char *extra) in do_hvis() argument
162 dst = do_svis(dst, c, flag, nextc, extra); in do_hvis()
177 do_svis(char *dst, int c, int flag, int nextc, const char *extra) in do_svis() argument
214 if (isoctal(nextc)) { in do_svis()
255 rk_svis(char *dst, int c, int flag, int nextc, const char *extra) in rk_svis() argument
267 dst = do_hvis(dst, c, flag, nextc, nextra); in rk_svis()
269 dst = do_svis(dst, c, flag, nextc, nextra); in rk_svis()
360 rk_vis(char *dst, int c, int flag, int nextc) in rk_vis() argument
373 dst = do_hvis(dst, uc, flag, nextc, extra); in rk_vis()
375 dst = do_svis(dst, uc, flag, nextc, extra); in rk_vis()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.cc554 return (gfc_current_locus.nextc == gfc_current_locus.lb->line); in gfc_at_bol()
566 return (*gfc_current_locus.nextc == '\0'); in gfc_at_eol()
648 gfc_current_locus.nextc = gfc_current_locus.lb->line; in gfc_advance_line()
651 gfc_current_locus.nextc = NULL; in gfc_advance_line()
671 if (gfc_current_locus.nextc == NULL) in next_char()
674 c = *gfc_current_locus.nextc++; in next_char()
677 gfc_current_locus.nextc--; /* Remain on this line. */ in next_char()
714 if (wide_strncmp (gfc_current_locus.nextc, "#define ", 8) == 0) in gfc_define_undef_line()
716 tmp = gfc_widechar_to_char (&gfc_current_locus.nextc[8], -1); in gfc_define_undef_line()
722 if (wide_strncmp (gfc_current_locus.nextc, "#undef ", 7) == 0) in gfc_define_undef_line()
[all …]
H A Derror.cc475 c1 = l1->nextc - l1->lb->line; in show_loci()
482 c2 = l2->nextc - l2->lb->line; in show_loci()
692 if (arg[pos].type == TYPE_CURRENTLOC && *l2->nextc != '\0') in error_print()
693 l2->nextc++; in error_print()
701 if (arg[pos].type == TYPE_CURRENTLOC && *l1->nextc != '\0') in error_print()
702 l1->nextc++; in error_print()
1071 gcc_assert (loc->nextc - loc->lb->line >= 0); in gfc_format_decoder()
1072 unsigned int offset = loc->nextc - loc->lb->line; in gfc_format_decoder()
1073 if (*spec == 'C' && *loc->nextc != '\0') in gfc_format_decoder()
H A Dio.cc700 format_locus.nextc += format_string_pos; in check_format()
840 format_locus.nextc += format_string_pos; in check_format()
939 format_locus.nextc += format_string_pos; in check_format()
961 format_locus.nextc += format_string_pos; in check_format()
976 format_locus.nextc -= format_string_pos; in check_format()
1113 format_locus.nextc += format_string_pos; in check_format()
1135 format_locus.nextc += format_string_pos; in check_format()
1230 format_locus.nextc += format_string_pos - 1; in check_format()
1236 format_locus.nextc -= format_string_pos; in check_format()
1292 format_locus.nextc += format_string_pos; in check_format()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.c506 return (gfc_current_locus.nextc == gfc_current_locus.lb->line); in gfc_at_bol()
518 return (*gfc_current_locus.nextc == '\0'); in gfc_at_eol()
600 gfc_current_locus.nextc = gfc_current_locus.lb->line; in gfc_advance_line()
603 gfc_current_locus.nextc = NULL; in gfc_advance_line()
623 if (gfc_current_locus.nextc == NULL) in next_char()
626 c = *gfc_current_locus.nextc++; in next_char()
629 gfc_current_locus.nextc--; /* Remain on this line. */ in next_char()
666 if (wide_strncmp (gfc_current_locus.nextc, "#define ", 8) == 0) in gfc_define_undef_line()
668 tmp = gfc_widechar_to_char (&gfc_current_locus.nextc[8], -1); in gfc_define_undef_line()
674 if (wide_strncmp (gfc_current_locus.nextc, "#undef ", 7) == 0) in gfc_define_undef_line()
[all …]
H A Derror.c429 c1 = l1->nextc - l1->lb->line; in show_loci()
436 c2 = l2->nextc - l2->lb->line; in show_loci()
622 if (arg[pos].type == TYPE_CURRENTLOC && *l2->nextc != '\0') in error_print()
623 l2->nextc++; in error_print()
631 if (arg[pos].type == TYPE_CURRENTLOC && *l1->nextc != '\0') in error_print()
632 l1->nextc++; in error_print()
970 gcc_assert (loc->nextc - loc->lb->line >= 0); in gfc_format_decoder()
971 unsigned int offset = loc->nextc - loc->lb->line; in gfc_format_decoder()
972 if (*spec == 'C' && *loc->nextc != '\0') in gfc_format_decoder()
H A Dio.c700 format_locus.nextc += format_string_pos; in check_format()
840 format_locus.nextc += format_string_pos; in check_format()
939 format_locus.nextc += format_string_pos; in check_format()
961 format_locus.nextc += format_string_pos; in check_format()
976 format_locus.nextc -= format_string_pos; in check_format()
1113 format_locus.nextc += format_string_pos; in check_format()
1135 format_locus.nextc += format_string_pos; in check_format()
1230 format_locus.nextc += format_string_pos - 1; in check_format()
1236 format_locus.nextc -= format_string_pos; in check_format()
1292 format_locus.nextc += format_string_pos; in check_format()
[all …]
/netbsd-src/usr.sbin/ldpd/
H A Dldp_command.c223 char *nextc = recvspace; in command_dispatch() local
260 strsep(&nextc, " "); in command_dispatch()
262 command_match(main_commands, cs->socket, recvspace, nextc); in command_dispatch()
363 char *nextc = recvspace; in set_func() local
370 strsep(&nextc, " "); in set_func()
372 command_match(set_commands, s, recvspace, nextc); in set_func()
379 char *nextc = recvspace; in show_func() local
386 strsep(&nextc, " "); in show_func()
388 command_match(show_commands, s, recvspace, nextc); in show_func()
/netbsd-src/bin/sh/
H A Doutput.h42 char *nextc; member
103 …c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (…
H A Derror.c136 if (output.buf != NULL && output.nextc != output.buf && in exvwarning()
137 output.nextc[-1] == '\n') in exvwarning()
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcslex.c189 int nextc; /*next input character, initialized by Lexinit */ variable
290 Iget_(finptr, nextc) in Lexinit()
321 c = nextc; in nextlex()
392 nextc = c; in nextlex()
409 c = nextc; in eoflex()
417 nextc = c; in eoflex()
564 c = nextc;
642 nextc = c;
656 nextc = c;
693 nextc = c; in readstring()
[all …]
H A Drcsedit.c645 nextc = c; in copystring()
704 nextc = c; in enterstring()
826 nextc = c;
896 nextc=c;
959 nextc = c;
1852 aprintf(frewrite, "\n\n%s%c", Kdesc, nextc);
H A Drcssyn.c585 nextc = c;
H A Drcsgen.c374 aprintf(frew, "\n\n%s%c", Kdesc, nextc);
H A Drcsbase.h551 extern int nextc;
H A Drlog.c699 nextc = c;
/netbsd-src/usr.sbin/rtadvd/
H A Dadvcap.c422 nextc: in tdecode()
429 goto nextc; in tdecode()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dbsd_fdintr.s116 nextc: label
140 bne,a nextc ! if (--fdc->sc_tc) goto ...
/netbsd-src/external/mit/lua/dist/src/
H A Dliolib.c440 static int nextc (RN *rn) { in nextc() function
458 return nextc(rn); in test2()
468 while ((hex ? isxdigit(rn->c) : isdigit(rn->c)) && nextc(rn)) in readdigits()
/netbsd-src/sys/arch/sparc/sparc/
H A Dbsd_fdintr.s213 nextc: label
248 bne,a nextc ! if (--fdc->sc_tc) goto ...
/netbsd-src/sys/sys/
H A Dtty.h271 u_char *nextc(struct clist *, u_char *, int *);
/netbsd-src/sys/kern/
H A Dtty_subr.c392 nextc(struct clist *clp, u_char *cp, int *c) in nextc() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.cc1599 char nextc = *(next + 1); in add_default_hwcstring() local
1600 if ((nextc == 0) || (nextc == ',')) in add_default_hwcstring()
1607 if (nextc == 0) /* string ended in comma; we're done */ in add_default_hwcstring()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollctrl.cc1576 char nextc = *(next + 1); in add_default_hwcstring() local
1577 if ((nextc == 0) || (nextc == ',')) in add_default_hwcstring()
1584 if (nextc == 0) /* string ended in comma; we're done */ in add_default_hwcstring()

12