HomeSort by: relevance | last modified time | path
    Searched defs:nextc (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
bsd_fdintr.s 116 nextc: label
140 bne,a nextc ! if (--fdc->sc_tc) goto ...
bsd_fdintr.s 116 nextc: label
140 bne,a nextc ! if (--fdc->sc_tc) goto ...
  /src/bin/sh/
output.h 42 char *nextc; member in struct:output
103 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c)))
output.h 42 char *nextc; member in struct:output
103 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c)))
input.c 94 const char *nextc; /* next char in buffer */ member in struct:parsefile
104 const char *parsenextc; /* copy of parsefile->nextc */
120 basepf.nextc = basepf.buf = basebuf;
617 parsefile->nextc = parsenextc;
645 parsenextc = parsefile->nextc;
input.c 94 const char *nextc; /* next char in buffer */ member in struct:parsefile
104 const char *parsenextc; /* copy of parsefile->nextc */
120 basepf.nextc = basepf.buf = basebuf;
617 parsefile->nextc = parsenextc;
645 parsenextc = parsefile->nextc;
jobs.c 2046 char *nextc; local
2054 nextc = cmdnextc;
2144 *nextc++ = c;
2149 *nextc++ = '"';
2153 cmdnextc = nextc;
jobs.c 2046 char *nextc; local
2054 nextc = cmdnextc;
2144 *nextc++ = c;
2149 *nextc++ = '"';
2153 cmdnextc = nextc;
  /src/sys/arch/sparc/sparc/
bsd_fdintr.s 213 nextc: label
248 bne,a nextc ! if (--fdc->sc_tc) goto ...
bsd_fdintr.s 213 nextc: label
248 bne,a nextc ! if (--fdc->sc_tc) goto ...
  /src/sys/kern/
tty_subr.c 392 nextc(struct clist *clp, u_char *cp, int *c) function
tty_subr.c 392 nextc(struct clist *clp, u_char *cp, int *c) function
  /src/usr.sbin/ldpd/
ldp_command.c 223 char *nextc = recvspace; local
260 strsep(&nextc, " ");
262 command_match(main_commands, cs->socket, recvspace, nextc);
363 char *nextc = recvspace; local
370 strsep(&nextc, " ");
372 command_match(set_commands, s, recvspace, nextc);
379 char *nextc = recvspace; local
386 strsep(&nextc, " ");
388 command_match(show_commands, s, recvspace, nextc);
ldp_command.c 223 char *nextc = recvspace; local
260 strsep(&nextc, " ");
262 command_match(main_commands, cs->socket, recvspace, nextc);
363 char *nextc = recvspace; local
370 strsep(&nextc, " ");
372 command_match(set_commands, s, recvspace, nextc);
379 char *nextc = recvspace; local
386 strsep(&nextc, " ");
388 command_match(show_commands, s, recvspace, nextc);
  /src/external/gpl2/rcs/dist/src/
rcslex.c 189 int nextc; /*next input character, initialized by Lexinit */ variable
275 * initializes nextc, nexttok if finptr != 0
290 Iget_(finptr, nextc)
309 * Assumption: nextc contains the next character.
321 c = nextc;
384 /* read the string, and reset nextc afterwards*/
392 nextc = c;
401 * nextc becomes undefined at end of file.
409 c = nextc;
417 nextc = c
    [all...]
rcslex.c 189 int nextc; /*next input character, initialized by Lexinit */ variable
275 * initializes nextc, nexttok if finptr != 0
290 Iget_(finptr, nextc)
309 * Assumption: nextc contains the next character.
321 c = nextc;
384 /* read the string, and reset nextc afterwards*/
392 nextc = c;
401 * nextc becomes undefined at end of file.
409 c = nextc;
417 nextc = c
    [all...]
  /src/external/bsd/byacc/dist/
reader.c 497 nextc(void) function
652 c = nextc();
1713 c = nextc();
1728 c = nextc();
1763 c = nextc();
1769 c = nextc();
1802 c = nextc();
1812 c = nextc();
1833 * Stay away from nextc - doesn't
1880 int c = nextc();
    [all...]
reader.c 497 nextc(void) function
652 c = nextc();
1713 c = nextc();
1728 c = nextc();
1763 c = nextc();
1769 c = nextc();
1802 c = nextc();
1812 c = nextc();
1833 * Stay away from nextc - doesn't
1880 int c = nextc();
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
collctrl.cc 1505 char nextc = *(next + 1); local
1506 if ((nextc == 0) || (nextc == ','))
1513 if (nextc == 0) /* string ended in comma; we're done */
collctrl.cc 1505 char nextc = *(next + 1); local
1506 if ((nextc == 0) || (nextc == ','))
1513 if (nextc == 0) /* string ended in comma; we're done */
  /src/external/gpl3/binutils.old/dist/gprofng/src/
collctrl.cc 1505 char nextc = *(next + 1); local
1506 if ((nextc == 0) || (nextc == ','))
1513 if (nextc == 0) /* string ended in comma; we're done */
collctrl.cc 1505 char nextc = *(next + 1); local
1506 if ((nextc == 0) || (nextc == ','))
1513 if (nextc == 0) /* string ended in comma; we're done */
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1069 gfc_char_t *nextc; member in struct:__anon11086
gfortran.h 1069 gfc_char_t *nextc; member in struct:__anon11086

Completed in 152 milliseconds