Searched refs:goto_current_link (Results 1 – 4 of 4) sorted by relevance
/dports/www/elinks/elinks-0.11.7/src/viewer/text/ |
H A D | link.h | 45 struct link *goto_current_link(struct session *ses, struct document_view *, int);
|
H A D | link.c | 858 goto_current_link(struct session *ses, struct document_view *doc_view, int do_reload) in goto_current_link() function 905 if (goto_current_link(ses, doc_view, do_reload)) in activate_link()
|
H A D | search.c | 1262 goto_current_link(ses, doc_view, 0); in do_typeahead() 1314 goto_current_link(ses, doc_view, 0); in text_typeahead_handler()
|
H A D | form.c | 1100 goto_current_link(ses, doc_view, do_reload); in submit_form() 1309 || goto_current_link(ses, doc_view, 0)) { in field_op()
|