Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h97 #define W_END_LINE 0x0002 /* End of line is the margin. */ macro
H A Dnewwin.c194 w->_flags |= W_END_LINE;
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h81 #define W_END_LINE 0x0002 /* End of line is the margin. */ macro
H A Dnewwin.c210 w->_flags |= W_END_LINE; in __m_newwin()