Searched refs:set_sid (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | optionstr.pro | 8 void set_string_option_direct(char_u *name, int opt_idx, char_u *val, int opt_flags, int set_sid); 9 …ption_direct_in_win(win_T *wp, char_u *name, int opt_idx, char_u *val, int opt_flags, int set_sid); 10 …tion_direct_in_buf(buf_T *buf, char_u *name, int opt_idx, char_u *val, int opt_flags, int set_sid);
|
| /vim-8.2.3635/src/ |
| H A D | optionstr.c | 371 int set_sid UNUSED) in set_string_option_direct() 415 if (set_sid != SID_NONE) in set_string_option_direct() 419 if (set_sid == 0) in set_string_option_direct() 423 script_ctx.sc_sid = set_sid; in set_string_option_direct() 445 int set_sid) in set_string_option_direct_in_win() argument 452 set_string_option_direct(name, opt_idx, val, opt_flags, set_sid); in set_string_option_direct_in_win() 469 int set_sid) in set_string_option_direct_in_buf() argument 476 set_string_option_direct(name, opt_idx, val, opt_flags, set_sid); in set_string_option_direct_in_buf()
|