Searched refs:SetChar2 (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_box.c53 SetChar2(wch, ch);
111 SetChar2(win->_line[0].text[i], wts);
112 SetChar2(win->_line[endy].text[i], wbs);
120 SetChar2(win->_line[i].text[endx - 1], ' ');
123 SetChar2(win->_line[i].text[0], wls);
124 SetChar2(win->_line[i].text[endx], wrs);
129 SetChar2(win->_line[i].text[1], ' ');
133 SetChar2(win->_line[0].text[0], wtl);
134 SetChar2(win->_line[0].text[endx], wtr);
135 SetChar2(wi
[all...]
H A Dlib_hline.c67 SetChar2(wch, ACS_HLINE);
69 SetChar2(wch, ch);
74 SetChar2(line->text[start - 1], ' ');
77 SetChar2(line->text[end + 1], ' ');
H A Dlib_vline.c65 SetChar2(wch, ACS_VLINE);
67 SetChar2(wch, ch);
74 SetChar2(line->text[col - 1], ' ');
77 SetChar2(line->text[col + 1], ' ');
H A Dlib_insch.c78 SetChar2(wch, ch);
95 SetChar2(wch, ch);
119 SetChar2(wch, ch);
H A Dlib_bkgd.c109 SetChar2(wch, ch);
226 SetChar2(*cp, CharOf(new_char));
235 SetChar2(*cp, CharOf(new_char));
271 SetChar2(wch, ch);
H A Dlib_addch.c568 SetChar2(wch, ch);
587 SetChar2(wch, ch);
H A Dlib_addstr.c112 SetChar2(line->text[i + x], astr[i]);

Completed in 65 milliseconds