Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcurses/screen/
H A Dwhline.c47 whline(WINDOW *win, chtype horch, int num_chars) in whline() argument
57 if (horch == 0) in whline()
58 horch = ACS_HLINE; in whline()
59 a = _ATTR(horch); in whline()
60 horch = _WCHAR(win, horch) | a; in whline()
61 memSset(fp, horch | win->_attrs, num_chars); in whline()
H A D_hline.c49 hline(chtype horch, int num_chars) in hline() argument
51 return (whline(stdscr, horch, num_chars)); in hline()
H A Dllib-lcurses197 int hline(chtype horch, int num_chars);