| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| 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...] |
| 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...] |
| /src/external/bsd/cron/dist/ |
| funcs.h | 41 unget_char(int, FILE *),
|
| entry.c | 250 unget_char(ch, file); 387 unget_char(ch, file); 532 unget_char(ch, file); 597 unget_char(ch, file); 652 unget_char(ch, file);
|
| 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/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.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...] |