Home
last modified time | relevance | path

Searched refs:wmove (Results 1 – 25 of 146) sorted by relevance

123456

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Ddisplay.c101 wmove(win->x_win, win->x_line, max(--win->x_col, 0));
104 wmove(win->x_win, win->x_line, win->x_col);
131 wmove(win->x_win, win->x_line, xcol + 1);
134 wmove(win->x_win, win->x_line, xcol + 1);
140 wmove(win->x_win, win->x_line, 0);
250 wmove(win, line, col);
252 wmove(win, oldline, oldcol);
267 wmove(win->x_win, 0, 0);
274 wmove(win->x_win, win->x_line, win->x_col);
276 wmove(win->x_win, (win->x_line + 1) % win->x_nlines, win->x_col);
[all …]
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwbrdr_st.c71 (void) wmove(w, 0, 0); in wborder_set()
73 (void) wmove(w, 0, w->_maxx-1); in wborder_set()
77 (void) wmove(w, 0, 1); in wborder_set()
79 (void) wmove(w, w->_maxy-1, 1); in wborder_set()
103 (void) wmove(w, y, x); in wborder_set()
H A Daddnstr.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvaddnstr()
81 if ((code = wmove(w, y, x)) == OK) in mvwaddnstr()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvaddstr()
119 if ((code = wmove(w, y, x)) == OK) in mvwaddstr()
H A Dgetnstr.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvgetnstr()
81 if ((code = wmove(w, y, x)) == OK) in mvwgetnstr()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvgetstr()
119 if ((code = wmove(w, y, x)) == OK) in mvwgetstr()
H A Dhln.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvhline()
81 if ((code = wmove(w, y, x)) == OK) in mvwhline()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvvline()
119 if ((code = wmove(w, y, x)) == OK) in mvwvline()
H A Dhln_st.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvhline_set()
81 if ((code = wmove(w, y, x)) == OK) in mvwhline_set()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvvline_set()
119 if ((code = wmove(w, y, x)) == OK) in mvwvline_set()
H A Dinsnstr.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvinsnstr()
81 if ((code = wmove(w, y, x)) == OK) in mvwinsnstr()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvinsstr()
119 if ((code = wmove(w, y, x)) == OK) in mvwinsstr()
H A Daddchn.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvaddchnstr()
81 if ((code = wmove(w, y, x)) == OK) in mvwaddchnstr()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvaddchstr()
119 if ((code = wmove(w, y, x)) == OK) in mvwaddchstr()
H A Daddnws.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvaddnwstr()
81 if ((code = wmove(w, y, x)) == OK) in mvwaddnwstr()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvaddwstr()
119 if ((code = wmove(w, y, x)) == OK) in mvwaddwstr()
H A Daddwchn.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvadd_wchnstr()
81 if ((code = wmove(w, y, x)) == OK) in mvwadd_wchnstr()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvadd_wchstr()
119 if ((code = wmove(w, y, x)) == OK) in mvwadd_wchstr()
H A Dgetn_ws.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvgetn_wstr()
81 if ((code = wmove(w, y, x)) == OK) in mvwgetn_wstr()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvget_wstr()
119 if ((code = wmove(w, y, x)) == OK) in mvwget_wstr()
H A Din_wchn.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvin_wchnstr()
81 if ((code = wmove(w, y, x)) == OK) in mvwin_wchnstr()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvin_wchstr()
119 if ((code = wmove(w, y, x)) == OK) in mvwin_wchstr()
H A Dinchn.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvinchnstr()
81 if ((code = wmove(w, y, x)) == OK) in mvwinchnstr()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvinchstr()
119 if ((code = wmove(w, y, x)) == OK) in mvwinchstr()
H A Dins_nws.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvins_nwstr()
81 if ((code = wmove(w, y, x)) == OK) in mvwins_nwstr()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvins_wstr()
119 if ((code = wmove(w, y, x)) == OK) in mvwins_wstr()
H A Dinnstr.c70 if ((code = wmove(stdscr, y, x)) == OK) in mvinnstr()
83 if ((code = wmove(w, y, x)) == OK) in mvwinnstr()
108 if ((code = wmove(stdscr, y, x)) == OK) in mvinstr()
121 if ((code = wmove(w, y, x)) == OK) in mvwinstr()
H A Dinnwstr.c70 if ((code = wmove(stdscr, y, x)) == OK) in mvinnwstr()
83 if ((code = wmove(w, y, x)) == OK) in mvwinnwstr()
108 if ((code = wmove(stdscr, y, x)) == OK) in mvinwstr()
121 if ((code = wmove(w, y, x)) == OK) in mvwinwstr()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwbrdr_st.c75 (void) wmove(w, 0, 0);
77 (void) wmove(w, 0, w->_maxx-1);
81 (void) wmove(w, 0, 1);
83 (void) wmove(w, w->_maxy-1, 1);
107 (void) wmove(w, y, x);
H A Daddnstr.c74 if ((code = wmove(stdscr, y, x)) == OK)
93 if ((code = wmove(w, y, x)) == OK)
125 if ((code = wmove(stdscr, y, x)) == OK)
143 if ((code = wmove(w, y, x)) == OK)
H A Dgetnstr.c74 if ((code = wmove(stdscr, y, x)) == OK)
93 if ((code = wmove(w, y, x)) == OK)
125 if ((code = wmove(stdscr, y, x)) == OK)
143 if ((code = wmove(w, y, x)) == OK)
H A Dhln.c73 if ((code = wmove(stdscr, y, x)) == OK) in mvhline()
90 if ((code = wmove(w, y, x)) == OK) in mvwhline()
123 if ((code = wmove(stdscr, y, x)) == OK) in mvvline()
140 if ((code = wmove(w, y, x)) == OK) in mvwvline()
H A Dhln_st.c73 if ((code = wmove(stdscr, y, x)) == OK) in mvhline_set()
90 if ((code = wmove(w, y, x)) == OK) in mvwhline_set()
123 if ((code = wmove(stdscr, y, x)) == OK) in mvvline_set()
140 if ((code = wmove(w, y, x)) == OK) in mvwvline_set()
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h728 extern int wmove(WINDOW *, int, int);
836 #define mvwaddch(w,y,x,ch) (wmove(w,y,x)?ERR:waddch(w,ch))
840 #define mvwadd_wch(w,y,x,cp) (wmove(w,y,x)?ERR:wadd_wch(w,cp))
846 #define mvwaddchnstr(w,y,x,chs,n) (wmove(w,y,x)?ERR:waddchnstr(w,chs,n))
847 #define mvwaddchstr(w,y,x,chs) (wmove(w,y,x)?ERR:waddchstr(w,chs))
854 #define mvwadd_wchnstr(w,y,x,cp,n) (wmove(w,y,x)?ERR:wadd_wchnstr(w,cp,n))
855 #define mvwadd_wchstr(w,y,x,cp) (wmove(w,y,x)?ERR:wadd_wchstr(w,cp))
862 #define mvwaddnstr(w,y,x,s,n) (wmove(w,y,x)?ERR:waddnstr(w,s,n))
863 #define mvwaddstr(w,y,x,s) (wmove(w,y,x)?ERR:waddstr(w,s))
870 #define mvwaddnwstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:waddnwstr(w,wcs,n))
[all …]
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h707 extern int wmove(WINDOW *, int, int);
738 (wmove(__w1 = (w), y, x) ? ((ch), ERR) : waddch(__w1, ch))
743 (wmove(__w1 = (w), y, x) ? ((cp), ERR) : wadd_wch(__w1, cp))
754 (wmove(__w1 = (w), y, x) ? ((chs), (n), ERR) :\
758 (wmove(__w1 = (w), y, x) ? ((chs), ERR) : waddchstr(__w1, chs))
771 (wmove(__w1 = (w), y, x) ? ((cp), (n), ERR) :\
775 (wmove(__w1 = (w), y, x) ? ((cp), ERR) :\
788 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : waddnstr(__w1, s, n))
791 (wmove(__w1 = (w), y, x) ? (s, ERR) : waddstr(__w1, s))
803 (wmove(__w1 = (w), y, x) ? (wcs, n, ERR) :\
[all …]
/titanic_41/usr/src/lib/libeti/form/common/
H A Dchg_data.c60 (void) wmove(w, Y(f), Xmax(f) - 1); in room_for_char()
62 (void) wmove(w, Y(f), X(f)); in room_for_char()
155 (void) wmove(w, Y(f), X(f)); in _grow_field()
187 (void) wmove(w, y, 0); in insert_str()
189 (void) wmove(w, y, nstr); in insert_str()
207 (void) wmove(w, y, x); in insert_str()
209 (void) wmove(w, y, 0); in insert_str()
211 (void) wmove(w, y, nstr); in insert_str()
254 (void) wmove(w, Y(f), x); in wrap_ok()
265 (void) wmove(w, Y(f), X(f)); in wrap_ok()
[all …]
/titanic_41/usr/src/ucbhead/
H A Dcurses.h112 #define move(y, x) VOID(wmove(stdscr, y, x))
129 #define mvwaddch(win, y, x, ch) VOID(wmove(win, y, x) == ERR ? \
131 #define mvwgetch(win, y, x) VOID(wmove(win, y, x) == ERR?ERR:wgetch(win))
132 #define mvwaddstr(win, y, x, str) VOID(wmove(win, y, x) == ERR? \
134 #define mvwgetstr(win, y, x, str) VOID(wmove(win, y, x) == ERR? \
136 #define mvwinch(win, y, x) VOID(wmove(win, y, x) == ERR ? ERR : winch(win))
137 #define mvwdelch(win, y, x) VOID(wmove(win, y, x) == ERR ? \
139 #define mvwinsch(win, y, x, c) VOID(wmove(win, y, x) == ERR ? \
213 extern int wmove(WINDOW *, int, int);

123456