Home
last modified time | relevance | path

Searched refs:_wgetc (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/hci/mucurses/
Dkb.c22 static int _wgetc ( WINDOW *win ) { in _wgetc() function
56 c = _wgetc( win ); in wgetch()
97 while ( ( c = _wgetc( win ) ) != ERR ) { in wgetnstr()