Home
last modified time | relevance | path

Searched refs:check_goto_page (Results 1 – 3 of 3) sorted by relevance

/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/
H A Devents.h130 extern int check_goto_page(int pageno, Boolean insert_into_pagehist);
H A Devents.c1105 check_goto_page(int pageno, Boolean insert_into_pagehist) in check_goto_page() function
1160 retval = check_goto_page(pageno, True); in check_goto_tex_page()
1773 goto_page(check_goto_page(arg, True), resource.keep_flag ? NULL : home, False); in Act_goto_page()
1861 goto_page(check_goto_page(arg, True), resource.keep_flag ? NULL : home, False); in Act_forward_page()
1891 goto_page(check_goto_page(arg, True), resource.keep_flag ? NULL : home, False); in Act_back_page()
4334 goto_page(check_goto_page(newpage, True), resource.keep_flag ? NULL : home, False); in handle_property_change()
6223 pageno = check_goto_page(page_history_get_page(), False); in do_pages()
6230 pageno = check_goto_page(file_history_get_page(), True); in do_pages()
6432 goto_page(check_goto_page(current_page - 1, True), in Act_scroll_list_up()
6452 goto_page(check_goto_page(current_page + 1, True), in Act_scroll_list_down()
H A Dxdvi.c3438 current_page = check_goto_page(current_page, True); in run_dvi_file()