Searched refs:ldat (Results 1 – 23 of 23) sorted by relevance
38 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()
203 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()
146 register struct ldat *nline = &newscr->_line[dst_row]; in wnoutrefresh()147 register struct ldat *oline = &win->_line[src_row]; in wnoutrefresh()
86 struct ldat *line; in waddchnstr()135 struct ldat *line; in wadd_wchnstr()
54 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
55 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
61 struct ldat *line = &(win->_line[y]); in NCURSES_EXPORT()
69 struct ldat *line = &(win->_line[end]); in NCURSES_EXPORT()
55 struct ldat *line; in NCURSES_EXPORT()
113 struct ldat *line = &(pp->_line[wp->_pary + y]); in wsyncup()148 struct ldat *line = &(win->_line[y]); in wsyncdown()
81 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
234 if ((win->_line = typeCalloc(struct ldat, ((unsigned) num_lines))) == 0) { in _nc_makenew()
247 struct ldat *line; in waddch_literal()
369 struct ldat *ptr = &(curscr->_line[y]); in init_pair()
68 struct ldat *line = &(win->_line[end]); in NCURSES_EXPORT()
58 struct ldat *line = &(win->_line[win->_cury]); in _nc_insert_wch()
143 struct ldat* line = &(pan2->win->_line[y - PSTARTY(pan2)]);\
419 struct ldat struct
363 struct ldat;391 struct ldat *_line; /* the actual line data */
1330 + move macro winch to a function, to hide details of struct ldat
3906 + moved struct ldat into curses.priv.h, to hide implementation details.3910 + replace several assignments from struct ldat entries to chtype or5766 + move macro winch to a function, to hide details of struct ldat