Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dindent.c1113 (curbuf->b_p_si && !curbuf->b_p_cin) || in preprocs_left()
1119 (curbuf->b_p_cin && in_cinkeys('#', ' ', TRUE) in preprocs_left()
H A Dchange.c1394 && !curbuf->b_p_cin in open_line()
2255 && (curbuf->b_p_cin in open_line()
H A Dstructs.h2860 int b_p_cin; // 'cindent' member
H A Dcindent.c264 return (!p_paste && (curbuf->b_p_cin in cindent_on()
H A Doption.c5435 case PV_CIN: return (char_u *)&(curbuf->b_p_cin); in get_varp()
5998 buf->b_p_cin = p_cin; in buf_copy_options()
H A Dops.c1707 && !curbuf->b_p_cin in op_change()