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

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Decho-area.c771 static REFERENCE **echo_area_completion_items = (REFERENCE **)NULL;
774 the variable echo_area_completion_items. If there is only one element,
829 echo_area_completion_items = completions;
889 echo_area_completion_items = (REFERENCE **)NULL;
918 if (!echo_area_completion_items)
1092 if (!echo_area_completion_items)
1174 /* Build a list of possible completions from echo_area_completion_items,
1185 if (!echo_area_completion_items)
1200 last_completion_items == echo_area_completion_items &&
1209 last_completion_items = echo_area_completion_items;
768 static REFERENCE **echo_area_completion_items = (REFERENCE **)NULL; variable
[all...]

Completed in 127 milliseconds