/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 127 #define hline editb.e_hline macro 225 location.hist_command = hline; in ed_emacsread() 267 hline = location.hist_command; in ed_emacsread() 269 hist_copy((char*)kstack,MAXLINE, hline,hloff); in ed_emacsread() 618 hline -= count - hloff; in ed_emacsread() 622 if (hline <= hismin) in ed_emacsread() 624 if (hline < hismin) in ed_emacsread() 627 hline = hismin+1; in ed_emacsread() 636 location.hist_command = hline; in ed_emacsread() 643 hline = location.hist_command; /* start at saved position */ in ed_emacsread() [all …]
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | hln.c | 49 #undef hline 52 hline(chtype h, int n) in hline() function
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | hln.c | 46 #undef hline 49 hline(chtype h, int n) in hline() function
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | _hline.c | 49 hline(chtype horch, int num_chars) in hline() function
|
H A D | mapfile-vers | 444 hline;
|
H A D | curses.ed | 666 extern int hline(chtype, int); 839 getch(), getstr(), gettmode(), halfdelay(), hline(), 930 #define hline(c, num) whline(stdscr, c, num)
|
H A D | llib-lcurses | 197 int hline(chtype horch, int num_chars);
|
/titanic_44/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
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 650 char hline[80]; local 652 u_char *s = (u_char *)buf, *t = (u_char *)hline; 657 *hline = '\0'; 664 fputs(hline, log); 666 syslog(LOG_INFO, "%s", hline); 667 t = (u_char *)hline; 700 fputs(hline, log); 703 syslog(LOG_INFO, "%s", hline);
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 71 file path=usr/share/man/man3xcurses/hline.3xcurses 228 link path=usr/share/man/man3xcurses/mvhline.3xcurses target=hline.3xcurses 253 link path=usr/share/man/man3xcurses/mvvline.3xcurses target=hline.3xcurses 286 link path=usr/share/man/man3xcurses/mvwhline.3xcurses target=hline.3xcurses 317 link path=usr/share/man/man3xcurses/mvwvline.3xcurses target=hline.3xcurses 416 link path=usr/share/man/man3xcurses/vline.3xcurses target=hline.3xcurses 477 link path=usr/share/man/man3xcurses/whline.3xcurses target=hline.3xcurses 526 link path=usr/share/man/man3xcurses/wvline.3xcurses target=hline.3xcurses
|
/titanic_44/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 130 hline;
|
/titanic_44/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 132 hline;
|
/titanic_44/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))
|
/titanic_44/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))
|
/titanic_44/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);
|
/titanic_44/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);
|