Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c121 __m_read_terminfo(filename, tp) in __m_read_terminfo() function
453 if (__m_read_terminfo(filename, cur_term) < 0) {
465 if (__m_read_terminfo(filename, cur_term) < 0) {
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c166 __m_read_terminfo(const char *filename, TERMINAL *tp) in __m_read_terminfo() function
478 if (__m_read_terminfo(filename, cur_term) < 0) { in restartterm()
490 if (__m_read_terminfo(filename, cur_term) < 0) { in restartterm()
H A Dprivate.h207 extern int __m_read_terminfo(const char *, TERMINAL *);