Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ncurses/ncurses/base/
Dwresize.c38 cleanup_lines(struct ldat *data, int length) in cleanup_lines()
54 struct ldat *pline = cmp->_line; in repair_subwindows()
92 struct ldat *pline; in wresize()
93 struct ldat *new_lines = 0; in wresize()
139 new_lines = typeCalloc(struct ldat, (unsigned) (ToLines + 1)); in wresize()
Dlib_pad.c203 register struct ldat *nline = &newscr->_line[m]; in pnoutrefresh()
204 register struct ldat *oline = &win->_line[i]; in pnoutrefresh()
232 register struct ldat *pline = &curscr->_line[nind]; in pnoutrefresh()
Dlib_refresh.c146 register struct ldat *nline = &newscr->_line[dst_row]; in wnoutrefresh()
147 register struct ldat *oline = &win->_line[src_row]; in wnoutrefresh()
Dlib_addstr.c86 struct ldat *line; in waddchnstr()
135 struct ldat *line; in wadd_wchnstr()
Dlib_delch.c54 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
Dlib_chgat.c55 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
Dlib_clrbot.c61 struct ldat *line = &(win->_line[y]); in NCURSES_EXPORT()
Dlib_vline.c69 struct ldat *line = &(win->_line[end]); in NCURSES_EXPORT()
Dlib_hline.c55 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
Dlib_clreol.c55 struct ldat *line; in NCURSES_EXPORT()
Dlib_window.c113 struct ldat *line = &(pp->_line[wp->_pary + y]); in wsyncup()
148 struct ldat *line = &(win->_line[y]); in wsyncdown()
Dlib_insch.c81 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
Dlib_newwin.c234 if ((win->_line = typeCalloc(struct ldat, ((unsigned) num_lines))) == 0) { in _nc_makenew()
Dlib_addch.c247 struct ldat *line; in waddch_literal()
Dlib_color.c369 struct ldat *ptr = &(curscr->_line[y]); in init_pair()
/freebsd-9-stable/contrib/ncurses/ncurses/widechar/
Dlib_hline_set.c54 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
Dlib_vline_set.c68 struct ldat *line = &(win->_line[end]); in NCURSES_EXPORT()
Dlib_ins_wch.c58 struct ldat *line = &(win->_line[win->_cury]); in _nc_insert_wch()
/freebsd-9-stable/contrib/ncurses/panel/
Dpanel.priv.h143 struct ldat* line = &(pan2->win->_line[y - PSTARTY(pan2)]);\
/freebsd-9-stable/contrib/ncurses/ncurses/
Dcurses.priv.h419 struct ldat struct
/freebsd-9-stable/contrib/ncurses/include/
Dcurses.h.in363 struct ldat;
391 struct ldat *_line; /* the actual line data */
/freebsd-9-stable/contrib/ncurses/
DINSTALL1330 + move macro winch to a function, to hide details of struct ldat
DNEWS3906 + moved struct ldat into curses.priv.h, to hide implementation details.
3910 + replace several assignments from struct ldat entries to chtype or
5766 + move macro winch to a function, to hide details of struct ldat