Home
last modified time | relevance | path

Searched refs:_ch_off (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/ucblib/libcurses/
H A Drefresh.c105 if (win->_firstch[wy] >= win->_ch_off) in wrefresh()
107 win->_ch_off; in wrefresh()
109 win->_ch_off) in wrefresh()
110 win->_lastch[wy] = win->_ch_off; in wrefresh()
160 wx = win->_firstch[wy] - win->_ch_off; in makech()
165 lch = win->_lastch[wy] - win->_ch_off; in makech()
H A Daddch.c106 x += win->_ch_off; in set_ch()
116 win->_firstch[y] - win->_ch_off, in set_ch()
117 win->_lastch[y] - win->_ch_off); in set_ch()
H A Dtouchwin.c57 sx += win->_ch_off; in touchline()
58 ex += win->_ch_off; in touchline()
H A Dnewwin.c87 win->_ch_off = 0; in newwin()
89 fprintf(outf, "NEWWIN: win->_ch_off = %d\n", win->_ch_off); in newwin()
139 win->_ch_off = (short)k; in _set_subwin_()
141 fprintf(outf, "_SET_SUBWIN_: win->_ch_off = %d\n", win->_ch_off); in _set_subwin_()
H A Did_subwins.c49 win->_y[y] = &orig->_y[oy][win->_ch_off]; in _id_subwins()
/titanic_41/usr/src/ucbhead/
H A Dcurses.h81 short _ch_off; member