Home
last modified time | relevance | path

Searched refs:flagsp (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dsyntax.c324 …os(int idx, lpos_T *startpos, lpos_T *m_endpos, lpos_T *hl_endpos, long *flagsp, lpos_T *end_endpo…
2793 long *flagsp, // return: flags of matching END in find_endpos() argument
3004 *flagsp = spp->sp_flags; in find_endpos()
3237 long *flagsp, // return: flags of matching keyword in check_keyword_id() argument
3304 *flagsp = kp->flags; in check_keyword_id()
4708 syn_incl_toplevel(int id, int *flagsp) in syn_incl_toplevel() argument
4710 if ((*flagsp & HL_CONTAINED) || curwin->w_s->b_syn_topgrp == 0) in syn_incl_toplevel()
4712 *flagsp |= HL_CONTAINED; in syn_incl_toplevel()
H A Doption.c564 long_u *flagsp; in set_option_default() local
628 flagsp = insecure_flag(opt_idx, opt_flags); in set_option_default()
629 *flagsp = *flagsp & ~P_INSECURE; in set_option_default()
H A Devalfunc.c7962 get_search_arg(typval_T *varp, int *flagsp) in get_search_arg() argument
7982 if (flagsp != NULL) in get_search_arg()
8000 *flagsp |= mask; in get_search_arg()
8014 search_cmn(typval_T *argvars, pos_T *match_pos, int *flagsp) in search_cmn() argument
8044 dir = get_search_arg(&argvars[1], flagsp); // may set p_ws in search_cmn()
8047 flags = *flagsp; in search_cmn()