Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c266 || *curbuf->b_p_inde != NUL in cindent_on()
3894 if (*curbuf->b_p_inde != NUL) in in_cinkeys()
4113 if (*curbuf->b_p_inde != NUL) in do_c_expr_indent()
H A Dchange.c1397 && *curbuf->b_p_inde == NUL in open_line()
2257 || *curbuf->b_p_inde != NUL in open_line()
H A Dtextformat.c1089 *curbuf->b_p_inde != NUL ? get_expr_indent() : in format_lines()
H A Dindent.c1821 inde_copy = vim_strsave(curbuf->b_p_inde); in get_expr_indent()
H A Doptionstr.c219 check_string_option(&buf->b_p_inde); in check_buf_options()
H A Dstructs.h2903 char_u *b_p_inde; // 'indentexpr' member
H A Doption.c5475 case PV_INDE: return (char_u *)&(curbuf->b_p_inde); in get_varp()
6036 buf->b_p_inde = vim_strsave(p_inde); in buf_copy_options()
H A Dops.c4030 *curbuf->b_p_inde != NUL ? get_expr_indent : in do_pending_operator()
H A Dbuffer.c2263 clear_string_option(&buf->b_p_inde); in free_buf_options()