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

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Decho-area.c769 static REFERENCE **echo_area_completion_items = (REFERENCE **)NULL;
772 the variable echo_area_completion_items. If there is only one element,
827 echo_area_completion_items = completions;
887 echo_area_completion_items = (REFERENCE **)NULL;
916 if (!echo_area_completion_items)
1090 if (!echo_area_completion_items)
1172 /* Build a list of possible completions from echo_area_completion_items,
1183 if (!echo_area_completion_items)
1198 last_completion_items == echo_area_completion_items &&
1207 last_completion_items = echo_area_completion_items;
766 static REFERENCE **echo_area_completion_items = (REFERENCE **)NULL; variable
[all...]

Completed in 310 milliseconds