Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/base/
H A Dlib_echo.c58 IsEcho(SP_PARM) = TRUE; in NCURSES_EXPORT()
76 IsEcho(SP_PARM) = FALSE; in NCURSES_SP_NAME()
H A Dlib_getch.c643 if (IsEcho(sp) && !IS_PAD(win)) { in _nc_wgetch()
/openbsd/lib/libcurses/tinfo/
H A Dlib_raw.c424 is_TEST(is_echo, IsEcho);
/openbsd/lib/libcurses/
H A Dcurses.priv.h961 #define IsEcho(sp) (sp)->_tty_flags._echo macro
1278 IsEcho(sp) = TRUE; \