Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/base/
H A Dlib_getch.c314 _nc_set_read_thread(TRUE); in fifo_push()
318 _nc_set_read_thread(FALSE); in fifo_push()
335 _nc_set_read_thread(TRUE); in fifo_push()
344 _nc_set_read_thread(FALSE); in fifo_push()
H A Dlib_mouse.c1108 _nc_set_read_thread(TRUE); in decode_xterm_X10()
1122 _nc_set_read_thread(FALSE); in decode_xterm_X10()
1156 _nc_set_read_thread(TRUE); in decode_xterm_1005()
1189 _nc_set_read_thread(FALSE); in decode_xterm_1005()
1233 _nc_set_read_thread(TRUE); in read_SGR()
1298 _nc_set_read_thread(FALSE); in read_SGR()
/openbsd-src/lib/libcurses/tty/
H A Dlib_tstp.c288 # ifndef _nc_set_read_thread
290 _nc_set_read_thread(bool enable) in _nc_set_read_thread() function
/openbsd-src/lib/libcurses/tinfo/
H A Dtinfo_driver.c1285 _nc_set_read_thread(TRUE); in drv_read()
1293 _nc_set_read_thread(FALSE); in drv_read()
/openbsd-src/lib/libcurses/
H A Dcurses.priv.h711 extern NCURSES_EXPORT(void) _nc_set_read_thread(bool);
713 #define _nc_set_read_thread(enable) /* nothing */ macro