Searched refs:within_current_scope (Results 1 – 3 of 3) sorted by relevance
2045 int within_current_scope; in do_one_display() local2085 within_current_scope = d->block->contains (get_selected_block (0), in do_one_display()2088 within_current_scope = 0; in do_one_display()2091 within_current_scope = 1; in do_one_display()2092 if (!within_current_scope) in do_one_display()
2059 bool within_current_scope; in update_watchpoint() local2074 within_current_scope = true; in update_watchpoint()2096 within_current_scope = (fi != NULL); in update_watchpoint()2097 if (within_current_scope) in update_watchpoint()2106 if (within_current_scope && reparse) in update_watchpoint()2153 else if (within_current_scope && b->exp) in update_watchpoint()2366 else if (!within_current_scope) in update_watchpoint()5238 bool within_current_scope; in watchpoint_check() local5251 within_current_scope = true; in watchpoint_check()5271 within_current_scope = (fr != NULL); in watchpoint_check()[all …]
3377 within_current_scope parameters. Remove other dead code.