Home
last modified time | relevance | path

Searched refs:LYmove (Results 1 – 16 of 16) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYOptions.c421 LYmove(0, 5); in LYoptions()
430 LYmove(L_EDITOR, 5); in LYoptions()
434 LYmove(L_DISPLAY, 5); in LYoptions()
438 LYmove(L_HOME, 5); in LYoptions()
441 LYmove(L_HOME, B_BOOK); in LYoptions()
449 LYmove(L_FTPSTYPE, 5); in LYoptions()
456 LYmove(L_MAIL_ADDRESS, 5); in LYoptions()
461 LYmove(L_SSEARCH, 5); in LYoptions()
465 LYmove(L_Charset, 5); in LYoptions()
469 LYmove(L_LANGUAGE, 5); in LYoptions()
[all …]
DLYBookmark.c837 LYmove(1, 5); in select_menu_multi_bookmarks()
854 LYmove(3 + MBM_tmp_count, 5); in select_menu_multi_bookmarks()
859 LYmove(3 + MBM_tmp_count, 36); in select_menu_multi_bookmarks()
871 LYmove(LYlines - 2, 0); in select_menu_multi_bookmarks()
DLYUtils.c560 LYmove(hLine, offset); in show_whereis_targets()
575 LYmove(hLine, (offset + 1)); in show_whereis_targets()
593 LYmove(hLine, (offset + 1)); in show_whereis_targets()
607 LYmove(hLine, (offset + 1)); in show_whereis_targets()
647 LYmove(hLine, (offset + 1)); in show_whereis_targets()
667 LYmove(hLine, (offset + 1)); in show_whereis_targets()
683 LYmove(hLine, (offset + 1)); in show_whereis_targets()
758 LYmove(hLine, offset); in show_whereis_targets()
775 LYmove(hLine, (offset + 1)); in show_whereis_targets()
795 LYmove(hLine, (offset + 2)); in show_whereis_targets()
[all …]
DLYCurses.h479 extern void LYmove(int y, int x);
837 #define LYHideCursor() LYmove((LYlines - 1), (LYcolLimit - 1))
839 #define LYHideCursor() LYmove((LYlines - 1), (LYcolLimit - 2))
DLYClean.c177 LYmove(LYlines - 1, 0); in cleanup()
DLYForms.c91 LYmove(links[cur].ly + title_adjust, links[cur].lx); in change_form_link_ex()
186 LYmove(links[i].ly, links[i].lx); in change_form_link_ex()
419 LYmove(startline, startcol); in form_getstr()
DHTAlert.c1061 LYmove(LYlines - 2, 0); in HTConfirmPostRedirect()
1065 LYmove(LYlines - 1, 0); in HTConfirmPostRedirect()
DGridText.c1360 LYmove(scrline + TITLE_LINES - 1, 0); in display_line()
1734 LYmove(0, 0); in display_title()
1756 LYmove(0, 3 + toolbar); in display_title()
1776 LYmove(0, i); in display_title()
1780 LYmove(0, i); in display_title()
1796 LYmove(0, CHAR_WIDTH); in display_title()
1807 LYmove(0, LYcolLimit); in display_title()
1811 LYmove(1, 0); /* As after \n */ in display_title()
1885 LYmove(1, LYcolLimit + LYshiftWin); in display_scrollbar()
1906 LYmove(i + off, LYcolLimit + LYshiftWin); in display_scrollbar()
[all …]
DLYNews.c184 LYmove(2, 0); in LYNewsPost()
DLYMail.c1346 LYmove(2, 0); in reply_by_mail()
1526 LYmove(0, 0); in reply_by_mail()
DLYStrings.c3799 LYmove(StartY, StartX); in LYRefreshEdit()
3809 LYmove(StartY, StartX); in LYRefreshEdit()
3960 LYmove(StartY, StartX + dpy_cells + lft_shift); in LYRefreshEdit()
3968 LYmove(StartY, Offs2Col[Pos - DspStart]); in LYRefreshEdit()
5210 LYmove(old_y, old_x); in LYgetBString()
DLYLocal.c1604 LYmove(links[cur].ly, 2); in tagflag()
1620 LYmove(links[cur].ly, links[cur].lx); in tagflag()
DLYPrint.c911 LYmove(1, 1); in send_file_to_printer()
DLYMainLoop.c6971 LYmove(links[curdoc.link].ly, in mainloop()
7312 LYmove(0, 0); in mainloop()
7946 LYmove(LYlines - 1, LYcolLimit - (int) strlen(indx)); in show_main_statusline()
8007 LYmove(LYlines - 2, 0); in form_noviceline()
8012 LYmove(LYlines - 1, 0); in form_noviceline()
DLYCurses.c2915 void LYmove(int y, int x) in LYmove() function
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES1156 * replace a couple of wmove(LYwin,y,x) calls with LYmove(y,x) -TD