Home
last modified time | relevance | path

Searched defs:read_char (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/lib/libedit/
H A Dread.c65 el_rfunc_t read_char; /* Function to read a character. */ member
210 read_char(EditLine *el, wchar_t *cp) in read_char() function
/openbsd-src/regress/usr.sbin/httpd/tests/
H A Dfuncs.pl330 sub read_char { subroutine
/openbsd-src/regress/usr.sbin/relayd/
H A Dfuncs.pl342 sub read_char { subroutine
/openbsd-src/usr.bin/make/
H A Dlowparse.c91 #define read_char() \ macro