Searched refs:PV_MASK (Results 1 – 2 of 2) sorted by relevance
1549 (int)options[opt_idx].indir & PV_MASK]); in do_set()1552 (int)options[opt_idx].indir & PV_MASK]); in do_set()2609 curbuf->b_p_script_ctx[indir & PV_MASK] = new_script_ctx; in set_option_sctx_idx()2611 curwin->w_p_script_ctx[indir & PV_MASK] = new_script_ctx; in set_option_sctx_idx()5817 buf_opt_idx[options[i].indir & PV_MASK] = i; in init_buf_opt_idx()
22 #define PV_MASK 0x0fff macro