Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c3650 int is_all_const = TRUE; // reset when non-const encountered in compile_list() local
3672 is_all_const = FALSE; in compile_list()
3688 ppconst->pp_is_const = is_all_const; in compile_list()
3821 int is_all_const = TRUE; // reset when non-const encountered in compile_dict() local
3925 is_all_const = FALSE; in compile_dict()
3963 ppconst->pp_is_const = is_all_const; in compile_dict()