Home
last modified time | relevance | path

Searched refs:ldat (Results 1 – 22 of 22) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/base/
H A Dwresize.c40 cleanup_lines(struct ldat *data, int length) in cleanup_lines()
56 struct ldat *pline = cmp->_line; in repair_subwindows()
111 struct ldat *pline; in wresize()
112 struct ldat *new_lines = 0; in wresize()
158 new_lines = typeCalloc(struct ldat, (unsigned) (ToLines + 1)); in wresize()
H A Dlib_pad.c228 register struct ldat *nline = &NewScreen(sp)->_line[m]; in pnoutrefresh()
229 register struct ldat *oline = &win->_line[i]; in pnoutrefresh()
257 register struct ldat *pline = &CurScreen(sp)->_line[nind]; in pnoutrefresh()
H A Dlib_refresh.c155 struct ldat *nline = &(NewScreen(SP_PARM)->_line[dst_row]); in wnoutrefresh()
156 struct ldat *oline = &win->_line[src_row]; in wnoutrefresh()
H A Dlib_addstr.c87 struct ldat *line; in waddchnstr()
138 struct ldat *line; in wadd_wchnstr()
H A Dlib_delch.c55 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
H A Dlib_chgat.c66 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
H A Dlib_clrbot.c62 struct ldat *line = &(win->_line[y]); in NCURSES_EXPORT()
H A Dlib_window.c113 struct ldat *line = &(pp->_line[wp->_pary + y]); in wsyncup()
148 struct ldat *line = &(win->_line[y]); in wsyncdown()
H A Dlib_clreol.c56 struct ldat *line; in NCURSES_EXPORT()
H A Dlib_vline.c71 struct ldat *line = &(win->_line[end]); in NCURSES_EXPORT()
H A Dlib_hline.c56 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
H A Dlib_insch.c90 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
H A Dlib_newwin.c292 if ((win->_line = typeCalloc(struct ldat, ((unsigned) num_lines))) == 0) { in NCURSES_SP_NAME()
H A Dlib_addch.c247 struct ldat *line; in waddch_literal()
H A Dlib_color.c504 struct ldat *ptr = &(CurScreen(sp)->_line[y]); in _nc_change_pair()
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_hline_set.c53 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
H A Dlib_vline_set.c68 struct ldat *line = &(win->_line[end]); in NCURSES_EXPORT()
H A Dlib_ins_wch.c63 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
H A Dlib_add_wch.c179 struct ldat *line; in wadd_wch_literal()
/dragonfly/contrib/ncurses/panel/
H A Dpanel.priv.h164 struct ldat* line = &(pan2->win->_line[y - PSTARTY(pan2)]);\
/dragonfly/lib/libncurses/include/
H A Dcurses.head444 struct ldat;
472 struct ldat *_line; /* the actual line data */
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h715 struct ldat struct