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

/netbsd-6-1-5-RELEASE/lib/libedit/
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...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dreader.c442 read_char(pgp_stream_t *stream, dearmour_t *dearmour, function
478 c = read_char(stream, dearmour, errors, readinfo, cbinfo, skip);
493 c = read_char(stream, dearmour, errors, readinfo, cbinfo, skip);
521 c = read_char(stream, dearmour, errors, readinfo, cbinfo, 0);
629 c = read_char(stream, dearmour, errors, readinfo, cbinfo, 1);
634 if ((c = read_char(stream, dearmour, errors, readinfo, cbinfo,
645 if ((c = read_char(stream, dearmour, errors,
659 if ((c = read_char(stream, dearmour, errors, readinfo, cbinfo,
758 if ((c = read_char(stream, dearmour, errors, readinfo, cbinfo, 1)) < 0) {
846 c = read_char(strea
[all...]

Completed in 115 milliseconds