Searched refs:SEARCH_STATE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/texinfo/info/
H A Dwindow.h84 } SEARCH_STATE; typedef in typeref:struct:__anon4801
234 extern void window_get_state (WINDOW *window, SEARCH_STATE *state);
235 extern void window_set_state (WINDOW *window, SEARCH_STATE *state);
H A Dsession.c3797 static SEARCH_STATE **isearch_states = (SEARCH_STATE **)NULL;
3805 SEARCH_STATE *state;
3807 state = (SEARCH_STATE *)xmalloc (sizeof (SEARCH_STATE));
3814 isearch_states_slots, 20, SEARCH_STATE *);
3821 SEARCH_STATE *state;
3833 isearch_states[isearch_states_index] = (SEARCH_STATE *)NULL;
3846 isearch_states[i] = (SEARCH_STATE *)NULL;
3904 SEARCH_STATE mystat
[all...]
H A Dwindow.c1210 window_get_state (WINDOW *window, SEARCH_STATE *state)
1219 window_set_state (WINDOW *window, SEARCH_STATE *state)

Completed in 35 milliseconds