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

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_vline.c49 vline(chtype vertch, int num_chars) argument
51 return (wvline(stdscr, vertch, num_chars));
H A Dwvline.c48 wvline(WINDOW *win, chtype vertch, int num_chars) argument
60 if (vertch == 0)
61 vertch = ACS_VLINE;
62 a = _ATTR(vertch);
63 vertch = _WCHAR(win, vertch) | a;
66 fp[cury][curx] = vertch;

Completed in 56 milliseconds