Home
last modified time | relevance | path

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

/dports/www/elinks/elinks-0.11.7/src/viewer/text/
H A Dsearch.c857 find_next_link_in_search(struct document_view *doc_view, int direction) in find_next_link_in_search() function
915 if (!find_next_link_in_search(doc_view, direction)) in find_next_do()
944 find_next_link_in_search(doc_view, direction * 2); in find_next_do()
/dports/www/links1/links-1.04/
H A Dview.c1940 int find_next_link_in_search(struct f_data_c *f, int d) in find_next_link_in_search() function
1969 if (!(find_next_link_in_search(f, ses->search_direction))) return; in find_next()
1990 find_next_link_in_search(f, ses->search_direction * 2); in find_next()
/dports/www/links/links-2.25/
H A Dview.c3080 static int find_next_link_in_search(struct f_data_c *f, int d) in find_next_link_in_search() function
3144 if (!(find_next_link_in_search(f, ses->search_direction))) return; in find_next()
3177 find_next_link_in_search(f, ses->search_direction * 2); in find_next()