| /src/lib/libedit/ |
| read.c | 69 el_rfunc_t read_char; /* Function to read a character. */ member in struct:el_read_t 74 static int read_char(EditLine *, wchar_t *); 97 /* builtin read_char */ 98 el->el_read->read_char = read_char; 126 el_read->read_char = (rc == EL_BUILTIN_GETCFN) ? read_char : rc; 138 return el_read->read_char == read_char ? 139 EL_BUILTIN_GETCFN : el_read->read_char; 279 read_char(EditLine *el, wchar_t *cp) function [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| read-md.h | 179 int read_char (void); 379 read_char (void) function 381 return md_reader_ptr->read_char ();
|
| read-md.cc | 271 c = read_char (); 316 c = read_char (); 324 c = read_char (); 331 c = read_char (); 339 while ((c = read_char ()) && c != EOF) 360 int ch = read_char (); 391 md_reader::read_char (void) function in class:md_reader 438 int ch = read_char (); 484 c = read_char (); 534 read_char (); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| read-md.h | 179 int read_char (void); 379 read_char (void) function 381 return md_reader_ptr->read_char ();
|
| read-md.cc | 271 c = read_char (); 316 c = read_char (); 324 c = read_char (); 331 c = read_char (); 339 while ((c = read_char ()) && c != EOF) 360 int ch = read_char (); 391 md_reader::read_char (void) function in class:md_reader 438 int ch = read_char (); 484 c = read_char (); 534 read_char (); [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| reader.c | 446 read_char(pgp_stream_t *stream, dearmour_t *dearmour, function 482 c = read_char(stream, dearmour, errors, readinfo, cbinfo, skip); 497 c = read_char(stream, dearmour, errors, readinfo, cbinfo, skip); 525 c = read_char(stream, dearmour, errors, readinfo, cbinfo, 0); 633 c = read_char(stream, dearmour, errors, readinfo, cbinfo, 1); 638 if ((c = read_char(stream, dearmour, errors, readinfo, cbinfo, 649 if ((c = read_char(stream, dearmour, errors, 663 if ((c = read_char(stream, dearmour, errors, readinfo, cbinfo, 762 if ((c = read_char(stream, dearmour, errors, readinfo, cbinfo, 1)) < 0) { 856 c = read_char(stream, dearmour, errors, readinfo, cbinfo, 1) [all...] |
| /src/external/gpl3/gcc/dist/libcpp/ |
| lex.cc | 2445 char read_char () 2693 char c = read_note ? accum.read_char () : *pos++; 2444 char read_char () function in struct:lit_accum
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| lex.cc | 2187 char read_char () 2414 char c = read_note ? accum.read_char () : *pos++; 2186 char read_char () function in struct:lit_accum
|