Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1001 \hline
1039 \hline
1083 \hline
1132 \hline
1295 \hline
1351 \hline
1394 \hline
1421 \hline
1442 \hline
1456 \hline
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c129 #define hline editb.e_hline macro
228 location.hist_command = hline; in ed_emacsread()
641 if (hline <= hismin) in ed_emacsread()
643 if (hline < hismin) in ed_emacsread()
646 hline = hismin+1; in ed_emacsread()
919 hline = histlines-1; in escape()
928 hline = hismin + 1; in escape()
931 return(hline-hismin); in escape()
1185 strcat(hbuf, itos(hline)); in xcommands()
1316 hline = i; in search()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c47 #undef hline
50 hline(chtype h, int n) in hline() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c44 #undef hline
47 hline(chtype h, int n) in hline() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_hline.c47 hline(chtype horch, int num_chars) in hline() function
H A Dmapfile-vers620 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)
/illumos-gate/usr/src/boot/forth/
H A Dframes.4th72 : hline ( len x y -- ) \ Draw horizontal single line
138 hline \ Draw top horiz line
140 hline \ Draw bottom horiz line
/illumos-gate/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
/illumos-gate/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);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc112 file path=usr/share/man/man3xcurses/hline.3xcurses
181 link path=usr/share/man/man3xcurses/mvhline.3xcurses target=hline.3xcurses
206 link path=usr/share/man/man3xcurses/mvvline.3xcurses target=hline.3xcurses
234 link path=usr/share/man/man3xcurses/mvwhline.3xcurses target=hline.3xcurses
261 link path=usr/share/man/man3xcurses/mvwvline.3xcurses target=hline.3xcurses
385 link path=usr/share/man/man3xcurses/vline.3xcurses target=hline.3xcurses
437 link path=usr/share/man/man3xcurses/whline.3xcurses target=hline.3xcurses
478 link path=usr/share/man/man3xcurses/wvline.3xcurses target=hline.3xcurses
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers130 hline;
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h430 extern int hline(chtype, int);
935 #define hline(ch, n) whline(stdscr, ch, n) macro
938 (move(y, x) ? (ch, n, ERR) : hline(ch, n))
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h627 extern int hline(chtype, int);
971 #define hline(ch,n) whline(stdscr,ch,n) macro
973 #define mvhline(y,x,ch,n) (move(y,x)?ERR:hline(ch,n))
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers132 hline;