Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doptionstr.c220 check_string_option(&buf->b_p_indk); in check_buf_options()
H A Dstructs.h2905 char_u *b_p_indk; // 'indentkeys' member
H A Dcindent.c3895 look = curbuf->b_p_indk; // 'indentexpr' set: use 'indentkeys' in in_cinkeys()
H A Doption.c5476 case PV_INDK: return (char_u *)&(curbuf->b_p_indk); in get_varp()
6038 buf->b_p_indk = vim_strsave(p_indk); in buf_copy_options()
H A Dbuffer.c2264 clear_string_option(&buf->b_p_indk); in free_buf_options()