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

  /src/external/mpl/dhcp/dist/common/
conflex.c 38 static void unget_char(struct parse *, int);
235 unget_char(struct parse *cfile, int c) { function
506 unget_char(cfile, c);
669 unget_char(cfile, c);
711 unget_char(cfile, c);
  /src/external/mpl/dhcp/dist/keama/
conflex.c 44 static void unget_char(struct parse *, int);
220 unget_char(struct parse *cfile, int c) { function
498 unget_char(cfile, c);
652 unget_char(cfile, c);
693 unget_char(cfile, c);
  /src/external/bsd/cron/dist/
misc.c 374 /* unget_char(ch, file) : like ungetc but do LineNumber processing
377 unget_char(int ch, FILE *file) { function
440 unget_char(ch, file);
  /src/external/gpl3/gcc/dist/libgfortran/io/
format.c 204 /* unget_char()-- Back up one character position. */
206 #define unget_char(fmt) \ macro
347 unget_char (fmt);
375 unget_char (fmt);
410 unget_char (fmt);
431 unget_char (fmt);
448 unget_char (fmt);
484 unget_char (fmt);
526 unget_char (fmt);
561 unget_char (fmt)
    [all...]
list_read.c 369 unget_char (st_parameter_dt *dtp, int c) function
422 unget_char (dtp, c);
473 unget_char (dtp, ';');
481 unget_char (dtp, ',');
495 unget_char (dtp, c);
507 unget_char (dtp, c);
523 unget_char (dtp, n);
544 unget_char (dtp, c);
562 unget_char (dtp, c);
589 unget_char (dtp, c)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
format.c 204 /* unget_char()-- Back up one character position. */
206 #define unget_char(fmt) \ macro
347 unget_char (fmt);
375 unget_char (fmt);
410 unget_char (fmt);
431 unget_char (fmt);
448 unget_char (fmt);
484 unget_char (fmt);
526 unget_char (fmt);
561 unget_char (fmt)
    [all...]
list_read.c 373 unget_char (st_parameter_dt *dtp, int c) function
426 unget_char (dtp, c);
478 unget_char (dtp, c);
496 unget_char (dtp, n);
517 unget_char (dtp, c);
535 unget_char (dtp, c);
562 unget_char (dtp, c);
593 unget_char (dtp, c);
610 unget_char (dtp, c);
718 unget_char (dtp, c)
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libdriver/
input.cpp 427 inline void unget_char(const Char);
764 unget_char(c); // first character of next line
802 unget_char(c);
847 unget_char(c1);
875 unget_char(c);
913 unget_char(c); // restore white space
1230 unget_char(c);
1240 /* unget_char(c):
1249 unget_char(const Char c) function
  /src/bin/ksh/
emacs.c 1847 static int unget_char = -1; variable
1853 unget_char = c;
1861 if (unget_char >= 0) {
1862 c = unget_char;
1863 unget_char = -1;
  /src/external/gpl3/gcc/dist/gcc/fortran/
io.cc 195 unget_char (void) function
263 unget_char ();
297 unget_char ();
333 unget_char ();
352 unget_char ();
363 unget_char ();
396 unget_char ();
428 unget_char ();
501 unget_char ();
512 unget_char ();
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
io.cc 195 unget_char (void) function
263 unget_char ();
297 unget_char ();
333 unget_char ();
352 unget_char ();
363 unget_char ();
396 unget_char ();
428 unget_char ();
501 unget_char ();
512 unget_char ();
    [all...]

Completed in 28 milliseconds