Lines Matching refs:first_term
174 static term_T *first_term = NULL; variable
188 for ((term) = first_term; (term) != NULL; (term) = (term)->tl_next)
559 term->tl_next = first_term; in term_start()
560 first_term = term; in term_start()
1047 if (first_term == term) in free_terminal()
1048 first_term = term->tl_next; in free_terminal()
1050 for (tp = first_term; tp->tl_next != NULL; tp = tp->tl_next) in free_terminal()
3472 for (term = first_term; term != NULL; term = next_term) in term_channel_closed()
3499 next_term = first_term; in term_channel_closed()
3531 for (term = first_term; term != NULL; term = next_term) in term_check_channel_closed_recently()
3539 next_term = first_term; in term_check_channel_closed_recently()
4679 for (term = first_term; !abort && term != NULL; term = term->tl_next) in set_ref_in_term()
6037 if (rettv_list_alloc(rettv) == FAIL || first_term == NULL) in f_term_list()