Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c454 if (p_ic && curbuf->b_p_inf && len > 0) in ins_compl_add_infercase()
1212 if (curbuf->b_p_inf) in ins_compl_dictionaries()
3046 if (ins_buf->b_p_inf) in ins_compl_get_exp()
H A Dstructs.h2892 int b_p_inf; // 'infercase' member
H A Doption.c5467 case PV_INF: return (char_u *)&(curbuf->b_p_inf); in get_varp()
5935 buf->b_p_inf = p_inf; in buf_copy_options()
H A Dsearch.c400 && !(ctrl_x_mode_not_default() && curbuf->b_p_inf)) in ignorecase_opt()