HomeSort by: relevance | last modified time | path
    Searched refs:echo_area_is_active (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
m-x.c 64 if (!echo_area_is_active)
191 if (!echo_area_is_active)
echo-area.h 32 extern int echo_area_is_active, info_aborted_echo_area;
echo-area.c 39 int echo_area_is_active = 0; variable
211 if (echo_area_is_active)
225 echo_area_is_active++;
231 echo_area_is_active--;
243 if (echo_area_is_active)
813 if (echo_area_is_active)
833 echo_area_is_active++;
881 echo_area_is_active--;
893 if (echo_area_is_active)
1523 echo_area_is_active ? " ": "", text)
    [all...]
variables.c 174 if (!echo_area_is_active)
221 if (!echo_area_is_active)
session.c 206 if (echo_area_is_active)
223 if (!echo_area_is_active)
231 if (echo_area_is_active)
1387 if (!windows->next && !echo_area_is_active)
1399 if (window == the_echo_area || !echo_area_is_active)
1427 if (!windows->next && !echo_area_is_active)
1438 (window == windows && !echo_area_is_active))
1583 if (echo_area_is_active)
3514 if (!echo_area_is_active && !isearch_is_active)
3576 if (!echo_area_is_active && (last_subfile != tag->filename)
    [all...]
info.c 568 if (!echo_area_is_active)

Completed in 23 milliseconds