Home
last modified time | relevance | path

Searched refs:need_refresh (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/tui/
H A Dtui-winsource.c395 int need_refresh = 0; in tui_update_breakpoint_info() local
439 need_refresh = 1; in tui_update_breakpoint_info()
442 return need_refresh; in tui_update_breakpoint_info()
/freebsd-12.1/contrib/nvi/vi/
H A Dvs_refresh.c71 int need_refresh = 0; in vs_refresh() local
137 need_refresh = 1; in vs_refresh()
140 if (need_refresh) in vs_refresh()
/freebsd-12.1/tools/tools/net80211/stumbler/
H A Dstumbler.c918 int need_refresh = 0; in check_seen() local
938 need_refresh = 1; in check_seen()
953 if (need_refresh) in check_seen()
/freebsd-12.1/contrib/gcc/
H A Dregrename.c1816 bool need_refresh; in copyprop_hardreg_forward() local
1820 need_refresh = false; in copyprop_hardreg_forward()
1843 need_refresh = true; in copyprop_hardreg_forward()
1848 if (need_refresh) in copyprop_hardreg_forward()
H A DChangeLog-19995625 * combine.c (refresh_blocks, need_refresh): New.
H A DChangeLog-200116437 * combine.c (distribute_notes): Move set of need_refresh
H A DChangeLog-20028625 * combine.c (subst_prev_insn, need_refresh): Remove.