Searched refs:W_FULL_LINE (Results 1 – 4 of 4) sorted by relevance
98 #define W_FULL_LINE 0x0004 /* Line spans screen width. */ macro
197 w->_flags |= W_FULL_LINE;
82 #define W_FULL_LINE 0x0004 /* Line spans screen width. */ macro
213 w->_flags |= W_FULL_LINE; in __m_newwin()