Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Doption.pro63 void set_context_in_set_cmd(expand_T *xp, char_u *arg, int opt_flags);
/vim-8.2.3635/src/
H A Dcmdexpand.c1485 set_context_in_set_cmd(xp, arg, 0); in set_one_cmd_context()
1488 set_context_in_set_cmd(xp, arg, OPT_GLOBAL); in set_one_cmd_context()
1491 set_context_in_set_cmd(xp, arg, OPT_LOCAL); in set_one_cmd_context()
H A Doption.c6208 set_context_in_set_cmd( in set_context_in_set_cmd() function