Searched refs:hline (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _hline.c | 49 hline(chtype horch, int num_chars) function
|
H A D | llib-lcurses | 197 int hline(chtype horch, int num_chars);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | hln.c | 49 #undef hline macro 52 hline(chtype h, int n) function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | hln.c | 46 #undef hline macro 49 hline(chtype h, int n) function 54 __m_trace("hline(%ld, %d)", h, n); 59 return __m_return_code("hline", code);
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 127 #define hline editb.e_hline macro 225 location.hist_command = hline; 267 hline = location.hist_command; 269 hist_copy((char*)kstack,MAXLINE, hline,hloff); 618 hline -= count - hloff; 622 if (hline <= hismin) 624 if (hline < hismin) 627 hline = hismin+1; 636 location.hist_command = hline; 643 hline [all...] |
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 75 hline.3xcurses \ 582 mvhline.3xcurses := LINKSRC = hline.3xcurses 583 mvvline.3xcurses := LINKSRC = hline.3xcurses 584 mvwhline.3xcurses := LINKSRC = hline.3xcurses 585 mvwvline.3xcurses := LINKSRC = hline.3xcurses 586 vline.3xcurses := LINKSRC = hline.3xcurses 587 whline.3xcurses := LINKSRC = hline.3xcurses 588 wvline.3xcurses := LINKSRC = hline.3xcurses
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 646 char hline[80]; local 648 u_char *s = (u_char *)buf, *t = (u_char *)hline; 653 *hline = '\0'; 660 fputs(hline, log); 662 syslog(LOG_INFO, "%s", hline); 663 t = (u_char *)hline; 696 fputs(hline, log); 699 syslog(LOG_INFO, "%s", hline);
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 350 int hline(chtype, int);
|
H A D | llib-lxcurses | 350 int hline(chtype, int);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 350 int hline(chtype, int);
|
H A D | llib-lxcurses | 350 int hline(chtype, int);
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 629 extern int hline(chtype, int); 973 #define hline(ch,n) whline(stdscr,ch,n) macro 975 #define mvhline(y,x,ch,n) (move(y,x)?ERR:hline(ch,n))
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 432 extern int hline(chtype, int); 937 #define hline(ch, n) whline(stdscr, ch, n) macro 940 (move(y, x) ? (ch, n, ERR) : hline(ch, n))
|
Completed in 66 milliseconds