ELinks 0.18.0
search.h File Reference
#include "config/kbdbind.h"
#include "document/view.h"
#include "viewer/action.h"
Include dependency graph for search.h:
This graph shows which files directly or indirectly include this file:

Functions

void draw_searched (struct terminal *term, struct document_view *doc_view)
 Highlighting of searched strings.
enum frame_event_status find_next (struct session *ses, struct document_view *doc_view, int direction)
enum frame_event_status move_search_next (struct session *ses, struct document_view *doc_view)
enum frame_event_status move_search_prev (struct session *ses, struct document_view *doc_view)
void search_for (struct session *ses, const char *str)
enum frame_event_status search_dlg (struct session *ses, struct document_view *doc_view, int direction)
enum frame_event_status search_typeahead (struct session *ses, struct document_view *doc_view, action_id_T action_id)
static int has_search_word (struct document_view *doc_view)

Variables

struct module search_history_module

Function Documentation

◆ draw_searched()

void draw_searched ( struct terminal * term,
struct document_view * doc_view )

Highlighting of searched strings.

◆ find_next()

enum frame_event_status find_next ( struct session * ses,
struct document_view * doc_view,
int direction )

◆ has_search_word()

int has_search_word ( struct document_view * doc_view)
inlinestatic

◆ move_search_next()

enum frame_event_status move_search_next ( struct session * ses,
struct document_view * doc_view )

◆ move_search_prev()

enum frame_event_status move_search_prev ( struct session * ses,
struct document_view * doc_view )

◆ search_dlg()

enum frame_event_status search_dlg ( struct session * ses,
struct document_view * doc_view,
int direction )

◆ search_for()

void search_for ( struct session * ses,
const char * str )

◆ search_typeahead()

enum frame_event_status search_typeahead ( struct session * ses,
struct document_view * doc_view,
action_id_T action_id )

Variable Documentation

◆ search_history_module

struct module search_history_module
extern