Searched defs:horch (Results 1 - 2 of 2) sorted by relevance

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

Completed in 398 milliseconds