Searched refs:read_char (Results 1 - 6 of 6) sorted by relevance

/external/libedit/src/
H A Dread.h41 el_rfunc_t read_char; /* Function to read a character */ member in struct:el_read_t
H A Dread.c59 private int read_char(EditLine *, Char *);
69 /* builtin read_char */
70 el->el_read.read_char = read_char;
82 el->el_read.read_char = (rc == EL_BUILTIN_GETCFN) ? read_char : rc;
94 return el->el_read.read_char == read_char ?
95 EL_BUILTIN_GETCFN : el->el_read.read_char;
309 /* read_char()
313 read_char(EditLine *el, Char *cp) function
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dtaskstats.h143 __u64 read_char; /* bytes read */ member in struct:taskstats
/external/chromium_org/chrome/browser/mac/
H A Drelauncher.cc163 char read_char; local
164 int read_result = HANDLE_EINTR(read(pipe_read_fd.get(), &read_char, 1));
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DScanners.py194 # Begin inlined: c = self.read_char()
213 # End inlined: c = self.read_char()
266 c = self.read_char()
/external/pcre/dist/
H A Dpcre_jit_compile.c2741 static SLJIT_INLINE void read_char(compiler_common *common) function
4112 read_char(common);
5417 read_char(common);
5427 read_char(common);

Completed in 218 milliseconds