Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h98 #define W_FULL_LINE 0x0004 /* Line spans screen width. */ macro
H A Dnewwin.c197 w->_flags |= W_FULL_LINE;
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h82 #define W_FULL_LINE 0x0004 /* Line spans screen width. */ macro
H A Dnewwin.c213 w->_flags |= W_FULL_LINE; in __m_newwin()