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

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.c3057 static SEARCH_STATE **isearch_states = (SEARCH_STATE **)NULL;
3075 add_pointer_to_array (state, isearch_states_index, isearch_states,
3090 state = isearch_states[isearch_states_index];
3097 isearch_states[isearch_states_index] = (SEARCH_STATE *)NULL;
3101 /* Free the memory used by isearch_states. */
3109 free (isearch_states[i]);
3110 isearch_states[i] = (SEARCH_STATE *)NULL;
3050 static SEARCH_STATE **isearch_states = (SEARCH_STATE **)NULL; variable

Completed in 48 milliseconds