/freebsd/contrib/ncurses/ncurses/base/ |
H A D | wresize.c | 40 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 D | lib_pad.c | 228 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 D | lib_refresh.c | 163 struct ldat *nline = &(NewScreen(SP_PARM)->_line[dst_row]); in wnoutrefresh() 164 struct ldat *oline = &win->_line[src_row]; in wnoutrefresh()
|
H A D | lib_delch.c | 55 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
|
H A D | lib_addstr.c | 90 struct ldat *line; in waddchnstr() 141 struct ldat *line; in wadd_wchnstr()
|
H A D | lib_chgat.c | 66 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
|
H A D | lib_clrbot.c | 62 struct ldat *line = &(win->_line[y]); in NCURSES_EXPORT()
|
H A D | lib_clreol.c | 56 struct ldat *line; in NCURSES_EXPORT()
|
H A D | lib_hline.c | 56 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
|
H A D | lib_vline.c | 71 struct ldat *line = &(win->_line[end]); in NCURSES_EXPORT()
|
H A D | lib_window.c | 113 struct ldat *line = &(pp->_line[wp->_pary + y]); in wsyncup() 148 struct ldat *line = &(win->_line[y]); in wsyncdown()
|
H A D | lib_insch.c | 90 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
|
H A D | lib_newwin.c | 292 if ((win->_line = typeCalloc(struct ldat, ((unsigned) num_lines))) == 0) { in NCURSES_SP_NAME()
|
H A D | lib_addch.c | 261 struct ldat *line; in waddch_literal()
|
H A D | lib_color.c | 501 struct ldat *ptr = &(CurScreen(sp)->_line[y]); in _nc_change_pair()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_hline_set.c | 53 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
|
H A D | lib_vline_set.c | 68 struct ldat *line = &(win->_line[end]); in NCURSES_EXPORT()
|
H A D | lib_ins_wch.c | 63 struct ldat *line = &(win->_line[win->_cury]); in NCURSES_EXPORT()
|
H A D | lib_add_wch.c | 179 struct ldat *line; in wadd_wch_literal()
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win32_driver.c | 270 struct ldat *curdat = CurScreen(sp)->_line + row; in find_end_of_change() 271 struct ldat *newdat = NewScreen(sp)->_line + row; in find_end_of_change() 304 struct ldat *curdat = CurScreen(sp)->_line + row; in find_next_change() 305 struct ldat *newdat = NewScreen(sp)->_line + row; in find_next_change()
|
H A D | win_driver.c | 361 struct ldat *curdat = CurScreen(sp)->_line + row; in find_end_of_change() 362 struct ldat *newdat = NewScreen(sp)->_line + row; in find_end_of_change() 394 struct ldat *curdat = CurScreen(sp)->_line + row; in find_next_change() 395 struct ldat *newdat = NewScreen(sp)->_line + row; in find_next_change()
|
/freebsd/contrib/ncurses/panel/ |
H A D | panel.priv.h | 166 struct ldat* line = &(pan2->win->_line[y - PSTARTY(pan2)]);\
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 503 struct ldat; 531 struct ldat *_line; /* the actual line data */
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 775 struct ldat struct
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstr64Bit.td | 356 "ldat $RST, $RA, $RB", IIC_LdStLoad>, isPPC64,
|