Searched defs:hline (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_hline.c49 hline(chtype horch, int num_chars) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c46 #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/libxcurses2/src/libc/xcurses/
H A Dhln.c49 #undef hline macro
52 hline(chtype h, int n) function
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c127 #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/cmd/ipf/tools/
H A Dipmon.c646 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/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))
/illumos-gate/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))

Completed in 81 milliseconds