Home
last modified time | relevance | path

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

/dports/www/elinks/elinks-0.11.7/src/viewer/text/
H A Dlink.h39 int next_link_in_view(struct document_view *doc_view, int current, int direction);
H A Dlink.c494 next_link_in_view(struct document_view *doc_view, int current, int direction) in next_link_in_view() function
796 next_link_in_view(doc_view, link_pos, direction); in find_link()
H A Dsearch.c874 && next_link_in_view(doc_view, doc_view->vs->current_link + direction, in find_next_link_in_search()