Home
last modified time | relevance | path

Searched refs:horch (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwhline.c45 whline(WINDOW *win, chtype horch, int num_chars) in whline() argument
55 if (horch == 0) in whline()
56 horch = ACS_HLINE; in whline()
57 a = _ATTR(horch); in whline()
58 horch = _WCHAR(win, horch) | a; in whline()
59 memSset(fp, horch | win->_attrs, num_chars); in whline()
H A D_hline.c47 hline(chtype horch, int num_chars) in hline() argument
49 return (whline(stdscr, horch, num_chars)); in hline()