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

/osnet-11/usr/src/lib/libcurses/screen/
H A D_hline.c49 hline(chtype horch, int num_chars) function
/osnet-11/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);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c49 #undef hline macro
52 hline(chtype h, int n) function
/osnet-11/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);
630 hline -= count - hloff;
634 if (hline <= hismin)
636 if (hline < hismin)
639 hline = hismin+1;
648 location.hist_command = hline;
670 hline
[all...]
/osnet-11/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))
/osnet-11/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 48 milliseconds