Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/base/
H A Dlib_getch.c163 if (IsTermInfoOnConsole(sp)) { in check_mouse_activity()
170 if (IsTermInfoOnConsole(sp)) { in check_mouse_activity()
313 if (NC_ISATTY(sp->_ifd) && IsTermInfoOnConsole(sp) && IsCbreak(sp)) { in fifo_push()
321 if (NC_ISATTY(sp->_ifd) && IsTermInfoOnConsole(sp) && IsCbreak(sp)) in fifo_push()
/openbsd/lib/libcurses/
H A Dcurses.priv.h2532 # define IsTermInfoOnConsole(sp) (IsTermInfo(sp) && _nc_console_test(TerminalOf(sp)->Filedes)) macro
2534 # define IsTermInfoOnConsole(sp) (IsTermInfo(sp) && _nc_mingw_isconsole(TerminalOf(sp)->Filedes)) macro
2536 # define IsTermInfoOnConsole(sp) FALSE macro
2542 # define IsTermInfoOnConsole(sp) _nc_console_test(TerminalOf(sp)->Filedes) macro
2544 # define IsTermInfoOnConsole(sp) FALSE macro