Searched refs:b_p_gp (Results 1 – 6 of 6) sorted by relevance
5152 clear_string_option(&buf->b_p_gp); in unset_global_local_option()5221 case PV_GP: return (char_u *)&(curbuf->b_p_gp); in get_varp_scope()5330 case PV_GP: return *curbuf->b_p_gp != NUL in get_varp()5331 ? (char_u *)&(curbuf->b_p_gp) : p->var; in get_varp()6077 buf->b_p_gp = empty_option; in buf_copy_options()
283 check_string_option(&buf->b_p_gp); in check_buf_options()
2968 char_u *b_p_gp; // 'grepprg' local value member
4853 *curbuf->b_p_gp == NUL ? p_gp : curbuf->b_p_gp) == 0); in grep_internal()
4678 if (*curbuf->b_p_gp == NUL) in replace_makeprg()4681 program = curbuf->b_p_gp; in replace_makeprg()
2337 clear_string_option(&buf->b_p_gp); in free_buf_options()