Home
last modified time | relevance | path

Searched refs:echo_area_is_active (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Decho-area.c39 int echo_area_is_active = 0; variable
211 if (echo_area_is_active) in info_read_in_echo_area()
225 echo_area_is_active++; in info_read_in_echo_area()
231 echo_area_is_active--; in info_read_in_echo_area()
243 if (echo_area_is_active) in info_read_in_echo_area()
810 if (echo_area_is_active) in info_read_completing_internal()
830 echo_area_is_active++; in info_read_completing_internal()
878 echo_area_is_active--; in info_read_completing_internal()
890 if (echo_area_is_active) in info_read_completing_internal()
1518 echo_area_is_active ? " ": "", text); in inform_in_echo_area()
H A Dm-x.c64 if (!echo_area_is_active) in read_function_name()
191 if (!echo_area_is_active)
H A Dvariables.c174 if (!echo_area_is_active)
221 if (!echo_area_is_active) in read_variable_name()
H A Dsession.c206 if (echo_area_is_active) in info_read_and_dispatch()
223 if (!echo_area_is_active) in info_read_and_dispatch()
231 if (echo_area_is_active) in info_read_and_dispatch()
1385 if (!windows->next && !echo_area_is_active)
1397 if (window == the_echo_area || !echo_area_is_active)
1425 if (!windows->next && !echo_area_is_active)
1436 (window == windows && !echo_area_is_active))
1581 if (echo_area_is_active) in info_delete_window_internal()
3504 if (!echo_area_is_active && !isearch_is_active) in info_search_internal()
3566 if (!echo_area_is_active && (last_subfile != tag->filename)) in info_search_internal()
[all …]
H A Decho-area.h32 extern int echo_area_is_active, info_aborted_echo_area;
H A Dinfo.c566 if (!echo_area_is_active) in info_error()