Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/gen/
Dvis.c116 #define HVIS(dst, c, flag, nextc, extra) \ argument
123 SVIS(dst, c, flag, nextc, extra); \
136 #define SVIS(dst, c, flag, nextc, extra) \ argument
173 if (isoctal(nextc)) { \
213 svis(char *dst, int c, int flag, int nextc, const char *extra) in svis() argument
223 HVIS(dst, c, flag, nextc, nextra); in svis()
225 SVIS(dst, c, flag, nextc, nextra); in svis()
345 vis(char *dst, int c, int flag, int nextc) in vis() argument
356 HVIS(dst, uc, flag, nextc, extra); in vis()
358 SVIS(dst, uc, flag, nextc, extra); in vis()
/mirbsd/src/gnu/usr.bin/rcs/src/
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()
550 c = nextc;
626 nextc = c;
633 nextc = c;
667 nextc = c; in readstring()
[all …]
Drcsedit.c462 nextc = c; in copystring()
512 nextc = c; in enterstring()
578 nextc = c; in edit_string()
645 nextc=c;
708 nextc = c;
1551 aprintf(frewrite, "\n\n%s%c", Kdesc, nextc);
Drcssyn.c576 nextc = c;
Drcsgen.c368 aprintf(frew, "\n\n%s%c", Kdesc, nextc);
Drcsbase.h507 extern int nextc;
Drlog.c697 nextc = c;
Drcs.c935 afputc(nextc, foutptr);
/mirbsd/src/usr.bin/yacc/
Dreader.c76 int nextc(void);
224 nextc(void) in nextc() function
357 c = nextc(); in copy_ident()
873 c = nextc(); in get_tag()
882 c = nextc(); in get_tag()
923 c = nextc(); in declare_tokens()
928 c = nextc(); in declare_tokens()
959 c = nextc(); in declare_tokens()
968 c = nextc(); in declare_tokens()
1026 c = nextc(); in declare_types()
[all …]
/mirbsd/src/usr.sbin/rtadvd/
Dadvcap.c424 nextc:
431 goto nextc;
/mirbsd/src/sys/arch/sparc/sparc/
Dbsd_fdintr.s205 nextc: label
229 bne,a nextc ! if (--fdc->sc_tc) goto ...
/mirbsd/src/sys/sys/
Dtty.h255 u_char *nextc(struct clist *q, u_char *cp, int *c);
/mirbsd/src/sys/kern/
Dtty_subr.c398 nextc(clp, cp, c) in nextc() function
Dtty.c1911 cp = nextc(&tp->t_rawq, cp, &tabc))
1979 for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c))
1981 for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c))