Searched refs:b_p_inex (Results 1 – 5 of 5) sorted by relevance
2101 res = eval_to_string_safe(curbuf->b_p_inex, in eval_includeexpr()2130 if ((options & FNAME_INCL) && *curbuf->b_p_inex != NUL) in find_file_name_in_path()2152 && !(options & FNAME_INCL) && *curbuf->b_p_inex != NUL) in find_file_name_in_path()
215 check_string_option(&buf->b_p_inex); in check_buf_options()
2898 char_u *b_p_inex; // 'includeexpr' member
5471 case PV_INEX: return (char_u *)&(curbuf->b_p_inex); in get_varp()6091 buf->b_p_inex = vim_strsave(p_inex); in buf_copy_options()
2259 clear_string_option(&buf->b_p_inex); in free_buf_options()