Searched refs:wmove (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_move.c38 ** The routine wmove().
47 wmove(WINDOW *win, int y, int x) function
49 T((T_CALLED("wmove(%p,%d,%d)"), (void *) win, y, x));
H A Dlib_slkrefr.c66 wmove(win, 0, 0);
112 wmove(slk->win, SLK_LINES(fmt) - 1, slk->ent[i].ent_x);
H A Dlib_scanw.c103 code = (wmove(win, y, x) == OK) ? vwscanw(win, fmt, ap) : ERR;
H A Dlib_getstr.c58 wmove(win, y, x);
65 wmove(win, y, x);
/freebsd-11.0-release/usr.bin/talk/
H A Ddisplay.c127 wmove(win->x_win, win->x_line, max(--win->x_col, 0));
130 wmove(win->x_win, win->x_line, win->x_col);
159 wmove(win->x_win, win->x_line, xcol + 1);
162 wmove(win->x_win, win->x_line, xcol + 1);
170 wmove(win->x_win, win->x_line, 0);
206 wmove(win, line, col);
208 wmove(win, oldline, oldcol);
H A Dio.c157 wmove(my_win.x_win, current_line, 0);
172 wmove(my_win.x_win, current_line, 0);
H A Dinit_disp.c179 wmove(his_win.x_win, his_win.x_nlines-1, 0);
225 wmove(line_win, my_win.x_nlines, 0);
/freebsd-11.0-release/contrib/dialog/
H A Dmixedgauge.c137 (void) wmove(win, y, 2 * MARGIN);
140 (void) wmove(win, y, lm);
142 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2);
144 (void) wmove(win, y, lm + 1);
149 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2);
157 (void) wmove(win, y, lm + 1);
172 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2);
175 (void) wmove(win, y, limit_x - 3);
180 wmove(win, last_y, last_x);
193 (void) wmove(wi
[all...]
H A Darrows.c88 (void) wmove(win, bottom, other + (avail - limit) / 2);
92 wmove(win, cur_y, cur_x);
126 (void) wmove(win, top, x);
138 (void) wmove(win, bottom, x);
149 (void) wmove(win, cur_y, cur_x);
193 (void) wmove(win, bottom, right - 7);
221 wmove(win, top + 1, right);
233 wmove(win, top + 1 + bar_y, right);
255 wmove(win, oldy, oldx);
H A Dpause.c143 (void) wmove(dialog, gauge_y + MARGIN, 4);
149 (void) wmove(dialog, gauge_y + MARGIN, (width / 2) - 2);
163 (void) wmove(dialog, gauge_y + MARGIN, 4);
H A Drangebox.c132 wmove(win, data->slide_y, data->slide_x);
136 wmove(win, data->slide_y, data->value_x);
143 wmove(win, data->slide_y, data->slide_x);
153 wmove(win, y, x);
311 wmove(dialog, data.slide_y, data.value_x + data.value_col);
H A Dmenubox.c100 wmove(win, n, 0);
105 wmove(win, my_y, 0);
111 (void) wmove(win, my_y, data->tag_x);
117 (void) wmove(win, my_y, my_x);
128 wmove(win, my_y, my_x);
250 wmove(data->menu, data->menu_height - spare_lines, 0);
498 wmove(dialog,
626 (void) wmove(dialog, cur_y, cur_x);
H A Dprogressbox.c95 (void) wmove(win, row, 0); /* move cursor to correct line */
232 wmove(dialog, y2, MARGIN);
248 (void) wmove(dialog, thigh, (MARGIN + 1));
H A Dchecklist.c74 (void) wmove(win, choice, 0);
78 (void) wmove(win, choice, data->check_x);
91 (void) wmove(win, choice, data->item_x);
128 (void) wmove(data->dialog, cur_y, cur_x);
367 wmove(dialog, all.box_y + choice + 1, all.box_x + all.check_x + 2);
414 (void) wmove(dialog, cur_y, cur_x);
429 (void) wmove(dialog, cur_y, cur_x);
H A Dtreeview.c71 (void) wmove(win, choice, 0);
75 (void) wmove(win, choice, data->check_x);
85 (void) wmove(win, choice, data->item_x + INDENT * i);
90 (void) wmove(win, choice, data->item_x + INDENT * depths);
132 (void) wmove(data->dialog, cur_y, cur_x);
359 wmove(dialog, box_y + choice + 1, box_x + all.check_x + 2);
/freebsd-11.0-release/contrib/ncurses/form/
H A Dfrm_data.c93 if (wmove(w, y, x + j) != ERR)
161 wmove(form->w, 0, pos);
177 wmove(form->w, pos, 0);
188 wmove(form->w, form->currow, form->curcol);
/freebsd-11.0-release/usr.bin/systat/
H A Diostat.c176 wmove(wnd, row, 0); wclrtobot(wnd);
284 wmove(wnd, row + linesperregion, 0);
286 wmove(wnd, row + 3, 0);
294 wmove(wnd, row + linesperregion, 0);
296 wmove(wnd, row + 3, 0);
329 wmove(wnd, row++, _col);
331 wmove(wnd, row++, _col);
334 wmove(wnd, row++, _col);
353 wmove(wnd, row, INSET);
H A Dpigs.c102 wmove(wnd, y, 0);
107 wmove(wnd, y, 20);
111 wmove(wnd, y, 0); wclrtobot(wnd);
182 wmove(wnd, 0, 0);
/freebsd-11.0-release/contrib/ee/
H A Dee.c596 wmove(com_win, 0, 0);
621 wmove(info_win, 5, 0);
623 wmove(info_win, 5, 5);
642 wmove(com_win, 0, 0);
858 wmove(text_win, scr_vert + 1, 0);
869 wmove(text_win, last_line,0);
872 wmove(text_win, scr_vert, (scr_horz - horiz_offset));
1027 wmove(text_win, row, 0);
1038 wmove(text_win, row, column);
1058 wmove(text_wi
[all...]
/freebsd-11.0-release/contrib/ncurses/menu/
H A Dm_cursor.c100 wmove(sub, y, x);
H A Dm_post.c169 wmove(menu->win, item_y + j, item_x);
176 wmove(menu->win, ncy, ncx);
219 wmove(menu->win, y, 0);
237 wmove(menu->win, cy + j, cx);
243 wmove(menu->win, cy, cx + menu->spc_cols);
/freebsd-11.0-release/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c46 wmove(partitions, y, MARGIN + items[item].indentation*2);
48 wmove(partitions, y, 17);
54 wmove(partitions, y, 25);
56 wmove(partitions, y, 40);
/freebsd-11.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c70 wmove(win, y, x);
79 wmove(win, y, x);
/freebsd-11.0-release/contrib/gdb/gdb/tui/
H A Dtui-io.c220 wmove (w, start_line, 0);
265 wmove (w, c_line, c_pos);
580 wmove (TUI_CMD_WIN->generic.handle,
664 wmove (w, TUI_CMD_WIN->detail.command_info.cur_line, 0);
674 wmove (w, TUI_CMD_WIN->detail.command_info.cur_line,
/freebsd-11.0-release/contrib/nvi/cl/
H A Dcl_funcs.c273 (void)wmove(win, y, x);
333 (void)wmove(win, y, x);
507 if (wmove(win, RLNO(sp, lno), RCNO(sp, cno)) == ERR) {
562 (void)wmove(stdscr, y, x);
755 (void)wmove(win, LINES - 1, 0);
812 (void)wmove(win, y, x);

Completed in 198 milliseconds

123