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

  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-winsource.c 633 bool need_refresh = false; local
673 need_refresh = true;
676 return need_refresh;
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-winsource.c 629 bool need_refresh = false; local
669 need_refresh = true;
672 return need_refresh;
  /src/external/bsd/nvi/dist/vi/
vs_refresh.c 53 int need_refresh; local
117 need_refresh = 0;
120 need_refresh = 1;
123 if (need_refresh)

Completed in 68 milliseconds