Searched refs:read_char (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | read.c | 69 el_rfunc_t read_char; /* Function to read a character. */ member 74 static int read_char(EditLine *, wchar_t *); 98 el->el_read->read_char = read_char; in read_init() 126 el_read->read_char = (rc == EL_BUILTIN_GETCFN) ? read_char : rc; in el_read_setfn() 138 return el_read->read_char == read_char ? in el_read_getfn() 139 EL_BUILTIN_GETCFN : el_read->read_char; in el_read_getfn() 280 read_char(EditLine *el, wchar_t *cp) in read_char() function 409 num_read = (*el->el_read->read_char)(el, cp); in el_wgetc() 458 while ((num = (*el->el_read->read_char)(el, lp->lastchar)) == 1) { in noedit_wgets()
|
/freebsd/sys/dev/kbd/ |
H A D | kbdreg.h | 89 kbd_read_char_t *read_char; member 260 return ((*kbd->kb_drv->kbdsw->read_char)(kbd, wait)); in kbdd_read_char()
|
/freebsd/sys/dev/hyperv/input/ |
H A D | hv_kbd.c | 728 .read_char = hvkbd_read_char,
|
/freebsd/sys/dev/adb/ |
H A D | adb_kbd.c | 204 .read_char = akbd_read_char,
|
/freebsd/sys/dev/gpio/ |
H A D | gpiokeys.c | 1015 .read_char = &gpiokeys_read_char,
|
/freebsd/sys/dev/kbdmux/ |
H A D | kbdmux.c | 340 .read_char = kbdmux_read_char,
|
/freebsd/sys/dev/vkbd/ |
H A D | vkbd.c | 576 .read_char = vkbd_read_char,
|
/freebsd/sys/dev/atkbdc/ |
H A D | atkbd.c | 248 .read_char = atkbd_read_char,
|
/freebsd/sys/dev/hid/ |
H A D | hkbd.c | 1980 .read_char = &hkbd_read_char,
|
/freebsd/sys/dev/usb/input/ |
H A D | ukbd.c | 2209 .read_char = &ukbd_read_char,
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 772 to set the read_char function via a new el_set() operation.
|