/freebsd/contrib/dialog/ |
H A D | mixedgauge.c | 138 (void) wmove(win, y, 2 * MARGIN); in myprint_status() 142 (void) wmove(win, y, lm); in myprint_status() 144 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2); in myprint_status() 146 (void) wmove(win, y, lm + 1); in myprint_status() 151 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2); in myprint_status() 159 (void) wmove(win, y, lm + 1); in myprint_status() 174 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2); in myprint_status() 177 (void) wmove(win, y, limit_x - 3); in myprint_status() 183 wmove(win, last_y, last_x); in myprint_status() 196 (void) wmove(win, y, x + 2); in mydraw_mixed_box() [all …]
|
H A D | arrows.c | 89 (void) wmove(win, bottom, other + (avail - limit) / 2); in dlg_draw_helpline() 93 wmove(win, cur_y, cur_x); in dlg_draw_helpline() 127 (void) wmove(win, top, x); in dlg_draw_arrows2() 139 (void) wmove(win, bottom, x); in dlg_draw_arrows2() 150 (void) wmove(win, cur_y, cur_x); in dlg_draw_arrows2() 195 (void) wmove(win, bottom, right - 7); in dlg_draw_scrollbar() 223 wmove(win, top + 1, right); in dlg_draw_scrollbar() 235 wmove(win, top + 1 + bar_y, right); in dlg_draw_scrollbar() 257 wmove(win, oldy, oldx); in dlg_draw_scrollbar()
|
H A D | rangebox.c | 119 wmove(win, data->slide_y, data->slide_x); in draw_value() 123 wmove(win, data->slide_y, data->value_x); in draw_value() 130 wmove(win, data->slide_y, data->slide_x); in draw_value() 140 wmove(win, y, x); in draw_value() 309 wmove(dialog, data.slide_y, data.value_x + data.value_col); in dialog_rangebox()
|
H A D | menubox.c | 101 wmove(win, n, 0); in print_item() 106 wmove(win, my_y, 0); in print_item() 112 (void) wmove(win, my_y, data->tag_x); in print_item() 118 (void) wmove(win, my_y, my_x); in print_item() 129 wmove(win, my_y, my_x); in print_item() 263 wmove(data->menu, data->menu_height - spare_lines, 0); in print_menu() 528 wmove(dialog, in dlg_menu() 658 (void) wmove(dialog, cur_y, cur_x); in dlg_menu()
|
H A D | checklist.c | 74 (void) wmove(win, choice, 0); in print_item() 78 (void) wmove(win, choice, data->check_x); in print_item() 91 (void) wmove(win, choice, data->item_x); in print_item() 128 (void) wmove(data->dialog, cur_y, cur_x); in print_list() 385 wmove(dialog, all.box_y + choice + 1, all.box_x + all.check_x + 2); in dlg_checklist() 434 (void) wmove(dialog, cur_y, cur_x); in dlg_checklist() 449 (void) wmove(dialog, cur_y, cur_x); in dlg_checklist()
|
H A D | pause.c | 150 (void) wmove(dialog, gauge_y + MARGIN, 4); in dialog_pause() 156 (void) wmove(dialog, gauge_y + MARGIN, (width / 2) - 2); in dialog_pause() 170 (void) wmove(dialog, gauge_y + MARGIN, 4); in dialog_pause()
|
H A D | treeview.c | 71 (void) wmove(win, choice, 0); in print_item() 75 (void) wmove(win, choice, data->check_x); in print_item() 85 (void) wmove(win, choice, data->item_x + INDENT * i); in print_item() 90 (void) wmove(win, choice, data->item_x + INDENT * depths); in print_item() 132 (void) wmove(data->dialog, cur_y, cur_x); in print_list() 363 wmove(dialog, box_y + choice + 1, box_x + all.check_x + 2); in dlg_treeview()
|
H A D | util.c | 224 (void) wmove(stdscr, 0, 1); in dlg_put_backtitle() 228 (void) wmove(stdscr, 1, 1); in dlg_put_backtitle() 247 (void) wmove(win, i, 0); in dlg_attr_clear() 1072 (void) wmove(win, y, lm); in justify_text() 1077 (void) wmove(win, y, lm); in justify_text() 1087 (void) wmove(win, y, lm); in justify_text() 1093 (void) wmove(win, last_y, last_x); in justify_text() 1193 (void) wmove(win, MARGIN + height, wide - 4); in dlg_print_scrolled() 1212 wmove(win, oldy, oldx); in dlg_print_scrolled() 1547 (void) wmove(win, y + i, x); in dlg_draw_box2() [all …]
|
H A D | tailbox.c | 89 (void) wmove(win, row, 0); /* move cursor to correct line */ in print_line() 200 (void) wmove(obj->obj.win, cur_y, cur_x); /* Restore cursor position */ in repaint_text() 386 (void) wmove(dialog, thigh, (MARGIN + 1)); in dialog_tailbox()
|
/freebsd/usr.bin/talk/ |
H A D | display.c | 123 wmove(win->x_win, win->x_line, max(--win->x_col, 0)); in display() 126 wmove(win->x_win, win->x_line, win->x_col); in display() 155 wmove(win->x_win, win->x_line, xcol + 1); in display() 158 wmove(win->x_win, win->x_line, xcol + 1); in display() 166 wmove(win->x_win, win->x_line, 0); in display() 202 wmove(win, line, col); in readwin() 204 wmove(win, oldline, oldcol); in readwin()
|
H A D | io.c | 153 wmove(my_win.x_win, current_line, 0); in p_error() 168 wmove(my_win.x_win, current_line, 0); in message()
|
H A D | init_disp.c | 175 wmove(his_win.x_win, his_win.x_nlines-1, 0); in quit() 221 wmove(line_win, my_win.x_nlines, 0); in resize_display()
|
/freebsd/usr.bin/systat/ |
H A D | iostat.c | 165 wmove(wnd, row, 0); wclrtobot(wnd); in labeliostat() 273 wmove(wnd, row + linesperregion, 0); in showiostat() 275 wmove(wnd, row + 3, 0); in showiostat() 283 wmove(wnd, row + linesperregion, 0); in showiostat() 285 wmove(wnd, row + 3, 0); in showiostat() 318 wmove(wnd, row++, _col); in devstats() 320 wmove(wnd, row++, _col); in devstats() 323 wmove(wnd, row++, _col); in devstats() 342 wmove(wnd, row, INSET); in stat1()
|
H A D | pigs.c | 96 wmove(wnd, y, 0); in showpigs() 101 wmove(wnd, y, 20); in showpigs() 105 wmove(wnd, y, 0); wclrtobot(wnd); in showpigs() 173 wmove(wnd, 0, 0); in labelpigs()
|
H A D | netstat.c | 431 wmove(wnd, 0, 0); wclrtobot(wnd); in labelnetstat() 458 wmove(wnd, p->ni_line, 0); wdeleteln(wnd); in shownetstat() 485 wmove(wnd, p->ni_line, LADDR); in shownetstat() 490 wmove(wnd, p->ni_line, FADDR); in shownetstat() 512 wmove(wnd, lastrow, 0); wclrtobot(wnd); in shownetstat() 513 wmove(wnd, YMAX(wnd), 0); wdeleteln(wnd); /* XXX */ in shownetstat()
|
/freebsd/contrib/ee/ |
H A D | ee.c | 592 wmove(com_win, 0, 0); in main() 617 wmove(info_win, 5, 0); in main() 619 wmove(info_win, 5, 5); in main() 638 wmove(com_win, 0, 0); in main() 852 wmove(text_win, scr_vert + 1, 0); in delete() 863 wmove(text_win, last_line,0); in delete() 866 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in delete() 1014 wmove(text_win, row, 0); in draw_line() 1025 wmove(text_win, row, column); in draw_line() 1045 wmove(text_win, vertical, (horiz - horiz_offset)); in draw_line() [all …]
|
/freebsd/contrib/ncurses/form/ |
H A D | frm_data.c | 94 if (wmove(w, y, x + j) != ERR) in Only_Padding() 161 wmove(form->w, 0, pos); in data_ahead() 177 wmove(form->w, pos, 0); in data_ahead() 188 wmove(form->w, form->currow, form->curcol); in data_ahead()
|
H A D | frm_driver.c | 276 if ((code = wmove(w, y, x + 1)) != OK) in wide_winsnstr() 364 wmove(form->w, form->currow, form->curcol); in delete_char() 373 wmove((form)->w, (form)->currow, (form)->curcol), \ 532 wmove(win, row, 0); in Buffer_To_Window() 536 wmove(win, y, x); in Buffer_To_Window() 573 wmove(win, row, 0); in _nc_get_fieldbuffer() 633 wmove(form->w, form->currow, form->curcol); in Synchronize_Buffer() 747 wmove(form->w, form->currow, form->curcol); in Field_Grown() 845 wmove(form->w, form->currow, form->curcol); in _nc_Position_Form_Cursor() 850 wmove(formwin, in _nc_Position_Form_Cursor() [all …]
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.wide | 288 #define mvwadd_wch(win,y,x,c) (wmove(win,(y),(x)) == ERR ? ERR : wadd_wch((win),(c))) 289 #define mvwadd_wchnstr(win,y,x,s,n) (wmove(win,(y),(x)) == ERR ? ERR : wadd_wchnstr((win),(s),(n))) 290 #define mvwadd_wchstr(win,y,x,s) (wmove(win,(y),(x)) == ERR ? ERR : wadd_wchstr((win),(s))) 291 #define mvwaddnwstr(win,y,x,wstr,n) (wmove(win,(y),(x)) == ERR ? ERR : waddnwstr((win),(wstr),(n))) 292 #define mvwaddwstr(win,y,x,wstr) (wmove(win,(y),(x)) == ERR ? ERR : waddwstr((win),(wstr))) 293 #define mvwget_wch(win,y,x,c) (wmove(win,(y),(x)) == ERR ? ERR : wget_wch((win),(c))) 294 #define mvwget_wstr(win,y,x,t) (wmove(win,(y),(x)) == ERR ? ERR : wget_wstr((win),(t))) 295 #define mvwgetn_wstr(win,y,x,t,n) (wmove(win,(y),(x)) == ERR ? ERR : wgetn_wstr((win),(t),(n))) 296 #define mvwhline_set(win,y,x,c,n) (wmove(win,(y),(x)) == ERR ? ERR : whline_set((win),(c),(n))) 297 #define mvwin_wch(win,y,x,c) (wmove(win,(y),(x)) == ERR ? ERR : win_wch((win),(c))) [all …]
|
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | clear | 27 call OK wmove $win1 1 0 50 call OK wmove $win1 1 0 53 call OK wmove $win1 4 0
|
/freebsd/contrib/ncurses/menu/ |
H A D | m_post.c | 170 wmove(menu->win, item_y + j, item_x); in MENU_EXPORT() 177 wmove(menu->win, ncy, ncx); in MENU_EXPORT() 225 wmove(menu->win, y, 0); in _nc_Draw_Menu() 243 wmove(menu->win, cy + j, cx); in _nc_Draw_Menu() 249 wmove(menu->win, cy, cx + menu->spc_cols); in _nc_Draw_Menu()
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_funcs.c | 269 (void)wmove(win, y, x); in cl_clrtoeol() 329 (void)wmove(win, y, x); in cl_deleteln() 503 if (wmove(win, RLNO(sp, lno), RCNO(sp, cno)) == ERR) { in cl_move() 558 (void)wmove(stdscr, y, x); in cl_refresh() 751 (void)wmove(win, LINES - 1, 0); in cl_suspend() 808 (void)wmove(win, y, x); in cl_suspend()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_slkrefr.c | 67 wmove(win, 0, 0); in slk_paint_info() 113 wmove(slk->win, SLK_LINES(fmt) - 1, slk->ent[i].ent_x); in slk_intern_refresh()
|
H A D | lib_getstr.c | 60 wmove(win, y, x); in WipeOut() 67 wmove(win, y, x); in WipeOut()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_get_wstr.c | 71 wmove(win, y, x); in WipeOut() 80 wmove(win, y, x); in WipeOut()
|