Searched refs:NCURSES_SIZE_T (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_move.c52 win->_curx = (NCURSES_SIZE_T) x;
53 win->_cury = (NCURSES_SIZE_T) y;
H A Dlib_scrreg.c54 win->_regtop = (NCURSES_SIZE_T) top;
55 win->_regbottom = (NCURSES_SIZE_T) bottom;
H A Dlib_clrbot.c53 NCURSES_SIZE_T y;
54 NCURSES_SIZE_T startx = win->_curx;
H A Dlib_clreol.c56 NCURSES_SIZE_T y = win->_cury;
57 NCURSES_SIZE_T x = win->_curx;
H A Dlib_hline.c49 NCURSES_SIZE_T start;
50 NCURSES_SIZE_T end;
H A Dlib_insnstr.c49 NCURSES_SIZE_T oy;
50 NCURSES_SIZE_T ox;
H A Dlib_vline.c49 NCURSES_SIZE_T row, col;
50 NCURSES_SIZE_T end;
H A Dlib_refresh.c76 NCURSES_SIZE_T limit_x;
77 NCURSES_SIZE_T src_row, src_col;
78 NCURSES_SIZE_T begx;
79 NCURSES_SIZE_T begy;
80 NCURSES_SIZE_T dst_row, dst_col;
H A Dlib_insch.c138 NCURSES_SIZE_T oy;
139 NCURSES_SIZE_T ox;
H A Dlib_scroll.c51 NCURSES_SIZE_T const top,
52 NCURSES_SIZE_T const bottom,
H A Dlib_pad.c115 NCURSES_SIZE_T i, j;
116 NCURSES_SIZE_T m, n;
117 NCURSES_SIZE_T pmaxrow;
118 NCURSES_SIZE_T pmaxcol;
122 NCURSES_SIZE_T displaced;
H A Dlib_box.c68 NCURSES_SIZE_T i;
69 NCURSES_SIZE_T endx, endy;
H A Dlib_addstr.c83 NCURSES_SIZE_T y, x;
132 NCURSES_SIZE_T y;
133 NCURSES_SIZE_T x;
H A Dlib_addch.c126 newline_forces_scroll(WINDOW *win, NCURSES_SIZE_T * ypos)
395 NCURSES_SIZE_T x, y;
H A Dlib_newwin.c209 NCURSES_SIZE_T test = value;
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_hline_set.c48 NCURSES_SIZE_T start;
49 NCURSES_SIZE_T end;
H A Dlib_vline_set.c48 NCURSES_SIZE_T row, col;
49 NCURSES_SIZE_T end;
H A Dlib_ins_wch.c80 NCURSES_SIZE_T oy;
81 NCURSES_SIZE_T ox;
103 NCURSES_SIZE_T oy;
104 NCURSES_SIZE_T ox;
H A Dlib_box_set.c51 NCURSES_SIZE_T i;
52 NCURSES_SIZE_T endx, endy;
/freebsd-9.3-release/contrib/ncurses/include/
H A Dcurses.h.in115 #undef NCURSES_SIZE_T
116 #define NCURSES_SIZE_T @NCURSES_SIZE_T@
367 NCURSES_SIZE_T _cury, _curx; /* current cursor position */
370 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
371 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
394 NCURSES_SIZE_T _regtop; /* top line of scrolling region */
395 NCURSES_SIZE_T _regbottom; /* bottom line of scrolling region */
405 NCURSES_SIZE_T _pad_y, _pad_x;
406 NCURSES_SIZE_T _pad_to
[all...]
/freebsd-9.3-release/lib/ncurses/ncurses/
H A DMakefile42 NCURSES_SIZE_T= short macro
435 -e "/@NCURSES_SIZE_T@/s%%${NCURSES_SIZE_T}%" \
/freebsd-9.3-release/contrib/ncurses/
H A Dconfigure9876 NCURSES_SIZE_T=int
9904 NCURSES_SIZE_T=short
17437 s,@NCURSES_SIZE_T@,$NCURSES_SIZE_T,;t t

Completed in 149 milliseconds