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
1002 \textbf{Parameter} & \textbf{Description} \\ \hline
1003 \texttt{num\_cons} & Up to 4K are supported, suggested default value 128 \\ \hline
1004 \texttt{num\_tasks} & Up to 4K are supported, suggested default value 1K \\ \hline
1005 …\_timeout} & Timeout from sending FIN until abortive close, suggested default value 10sec \\ \hline
1006 …e. \newline Suggested default value for number of outstanding tasks on the connection 256 \\ \hline
1007 \texttt{num\_r2tq\_pages\_in\_ring} & Same as \texttt{num\_sq\_pages\_in\_ring} \\ \hline
1008 …nding un-ACKed PDUs, suggested default value -- same as \texttt{num\_sq\_pages\_in\_ring} \\ \hline
1009 … / CmdQ / RQ). \newline This should be $\leq$ number of available MSIX vectors for the PF \\ \hline
1010 \texttt{log\_page\_size} & 12 for 4KB pages \\ \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()
270 hline = location.hist_command; in ed_emacsread()
272 hist_copy((char*)kstack,MAXLINE, hline,hloff); in ed_emacsread()
637 hline -= count - hloff; in ed_emacsread()
641 if (hline <= hismin) in ed_emacsread()
643 if (hline < hismin) in ed_emacsread()
646 hline = hismin+1; in ed_emacsread()
655 location.hist_command = hline; in ed_emacsread()
677 hline = location.hist_command; /* start at saved position */ in ed_emacsread()
[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;