Searched refs:NCURSES_CH_T (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_delch.c53 NCURSES_CH_T blank = win->_nc_bkgd;
55 NCURSES_CH_T *end = &(line->text[win->_maxx]);
56 NCURSES_CH_T *temp2 = &(line->text[win->_curx + 1]);
57 NCURSES_CH_T *temp1 = temp2 - 1;
H A Dlib_clrbot.c55 NCURSES_CH_T blank = win->_nc_bkgd;
62 NCURSES_CH_T *ptr = &(line->text[startx]);
63 NCURSES_CH_T *end = &(line->text[win->_maxx]);
H A Dlib_clreol.c53 NCURSES_CH_T blank;
54 NCURSES_CH_T *ptr, *end;
H A Dlib_erase.c51 NCURSES_CH_T blank;
52 NCURSES_CH_T *sp, *end, *start;
H A Dlib_bkgd.c103 NCURSES_CH_T wch;
121 NCURSES_CH_T new_bkgd = CHDEREF(ch);
126 NCURSES_CH_T old_bkgrnd;
137 NCURSES_CH_T wch = win->_line[y].text[x];
153 NCURSES_CH_T wch;
H A Dlib_addch.c41 static const NCURSES_CH_T blankchar = NewChar(BLANK_TEXT);
56 static NCURSES_INLINE NCURSES_CH_T
57 render_char(WINDOW *win, NCURSES_CH_T ch)
82 NCURSES_CH_T fixme = ch;
102 NCURSES_EXPORT(NCURSES_CH_T)
103 _nc_render(WINDOW *win, NCURSES_CH_T ch)
163 static int waddch_literal(WINDOW *, NCURSES_CH_T);
171 NCURSES_CH_T blank = blankchar;
243 waddch_literal(WINDOW *win, NCURSES_CH_T ch)
356 NCURSES_CH_T valu
[all...]
H A Dlib_insch.c56 NCURSES_CH_T wch;
82 NCURSES_CH_T *end = &(line->text[win->_curx]);
83 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]);
84 NCURSES_CH_T *temp2 = temp1 - 1;
H A Dlib_hline.c56 NCURSES_CH_T wch;
H A Dlib_vline.c55 NCURSES_CH_T wch;
H A Dlib_scroll.c53 NCURSES_CH_T blank)
58 size_t to_copy = (size_t) (sizeof(NCURSES_CH_T) * (win->_maxx + 1));
H A Dlib_addstr.c66 NCURSES_CH_T ch;
131 static const NCURSES_CH_T blank = NewChar(BLANK_TEXT);
231 NCURSES_CH_T ch;
H A Dwresize.c151 NCURSES_CH_T *s;
156 if ((s = typeMalloc(NCURSES_CH_T, ToCols + 1)) == 0)
167 if ((s = typeMalloc(NCURSES_CH_T, ToCols + 1)) == 0)
H A Dlib_pad.c49 NCURSES_CH_T *ptr;
62 if ((win->_line[i].text = typeCalloc(NCURSES_CH_T, ((size_t) c))) == 0) {
206 NCURSES_CH_T ch = oline->text[j];
H A Dlib_screen.c102 sizeof(NCURSES_CH_T),
133 sizeof(NCURSES_CH_T), len, filep) != len
H A Dlib_box.c51 NCURSES_CH_T wch;
H A Dlib_newwin.c121 NCURSES_CH_T *ptr;
138 win->_line[i].text = typeCalloc(NCURSES_CH_T, (unsigned) num_columns);
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c59 NCURSES_CH_T *end = &(line->text[win->_curx]);
60 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]);
61 NCURSES_CH_T *temp2 = temp1 - cells;
H A Dlib_hline_set.c55 NCURSES_CH_T wch;
H A Dlib_in_wchnstr.c52 NCURSES_CH_T *src;
H A Dlib_vline_set.c54 NCURSES_CH_T wch;
H A Dlib_box_set.c53 NCURSES_CH_T wls, wrs, wts, wbs, wtl, wtr, wbl, wbr;
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dhashmap.c84 static NCURSES_CH_T oldtext[MAXLINES][TEXTWIDTH];
85 static NCURSES_CH_T newtext[MAXLINES][TEXTWIDTH];
112 static const NCURSES_CH_T blankchar = NewChar(BLANK_TEXT);
115 hash(NCURSES_CH_T * text)
118 NCURSES_CH_T ch;
129 update_cost(NCURSES_CH_T * from, NCURSES_CH_T * to)
142 update_cost_from_blank(NCURSES_CH_T * to)
146 NCURSES_CH_T blank = blankchar;
H A Dtty_update.c96 static const NCURSES_CH_T blankchar = NewChar(BLANK_TEXT);
97 static NCURSES_CH_T normal = NewChar(BLANK_TEXT);
106 static NCURSES_INLINE NCURSES_CH_T ClrBlank(WINDOW *win);
108 static void ClearScreen(NCURSES_CH_T blank);
111 static void InsStr(NCURSES_CH_T * line, int count);
190 NCURSES_CH_T my_ch;
192 NCURSES_CH_T tilde;
193 NCURSES_CH_T attr = CHDEREF(ch);
211 static const NCURSES_CH_T blank = NewChar(BLANK_TEXT);
491 EmitRange(const NCURSES_CH_T * ntex
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c249 _nc_viscbuf2(int bufnum, const NCURSES_CH_T * buf, int len)
327 _nc_viscbuf(const NCURSES_CH_T * buf, int len)
/freebsd-9.3-release/contrib/ncurses/form/
H A Dform.priv.h50 #define FIELD_CELL NCURSES_CH_T

Completed in 160 milliseconds

12