Lines Matching refs:in_terminal_loop
177 static term_T *in_terminal_loop = NULL; variable
1069 if (in_terminal_loop == term) in free_terminal()
1070 in_terminal_loop = NULL; in free_terminal()
2318 return in_terminal_loop != NULL; in terminal_is_active()
2343 term_T *term = in_terminal_loop; in term_get_cursor_shape()
2418 if (in_terminal_loop == term) in may_set_cursor_props()
2546 in_terminal_loop = curbuf->b_term; in terminal_loop()
2567 if (!term_use_loop_check(TRUE) || in_terminal_loop != curbuf->b_term) in terminal_loop()
2575 if (!term_use_loop_check(TRUE) || in_terminal_loop != curbuf->b_term) in terminal_loop()
2632 || in_terminal_loop != curbuf->b_term) in terminal_loop()
2718 in_terminal_loop = NULL; in terminal_loop()
2733 if (in_terminal_loop == term) in may_toggle_cursor()
3783 if (term != in_terminal_loop) in term_update_window()