Home
last modified time | relevance | path

Searched refs:hline (Results 1 – 18 of 18) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/edit/
H A Demacs.c127 #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 Dhln.c49 #undef hline
52 hline(chtype h, int n) in hline() function
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c46 #undef hline
49 hline(chtype h, int n) in hline() function
/titanic_44/usr/src/lib/libcurses/screen/
H A D_hline.c49 hline(chtype horch, int num_chars) in hline() function
H A Dmapfile-vers444 hline;
H A Dcurses.ed666 extern int hline(chtype, int);
839 getch(), getstr(), gettmode(), halfdelay(), hline(),
930 #define hline(c, num) whline(stdscr, c, num)
H A Dllib-lcurses197 int hline(chtype horch, int num_chars);
/titanic_44/usr/src/man/man3xcurses/
H A DMakefile75 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 Dipmon.c650 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 Dsystem-library.man3xcurses.inc71 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 Dmapfile-vers130 hline;
/titanic_44/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers132 hline;
/titanic_44/usr/src/lib/libxcurses/h/
H A Dcurses.h629 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 Dcurses.h432 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 Dllib-lcurses350 int hline(chtype, int);
H A Dllib-lxcurses350 int hline(chtype, int);
/titanic_44/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses350 int hline(chtype, int);
H A Dllib-lxcurses350 int hline(chtype, int);