Home
last modified time | relevance | path

Searched refs:P_RALL (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Doptiondefs.h499 {"breakat", "brk", P_STRING|P_VI_DEF|P_RALL|P_FLAGLIST,
626 {"cmdheight", "ch", P_NUM|P_VI_DEF|P_RALL,
663 {"compatible", "cp", P_BOOL|P_RALL,
731 {"cpoptions", "cpo", P_STRING|P_VIM|P_RALL|P_FLAGLIST,
898 {"equalalways", "ea", P_BOOL|P_VI_DEF|P_RALL,
1312 {"hlsearch", "hls", P_BOOL|P_VI_DEF|P_VIM|P_RALL,
1574 {"laststatus", "ls", P_NUM|P_VI_DEF|P_RALL,
2192 {"scrolloff", "so", P_NUM|P_VI_DEF|P_VIM|P_RALL,
2314 {"showbreak", "sbr", P_STRING|P_VI_DEF|P_RALL,
2343 {"showtabline", "stal", P_NUM|P_VI_DEF|P_RALL,
[all …]
H A Doption.h40 #define P_RALL 0x6000 // redraw all windows macro
H A Doption.c3286 && (options[opt_idx].flags & (P_CURSWANT | P_RALL)) != 0) in set_bool_option()
3846 && (options[opt_idx].flags & (P_CURSWANT | P_RALL)) != 0) in set_num_option()
3862 int all = ((flags & P_RALL) == P_RALL || doclear); in check_redraw()
H A Doptionstr.c2498 && (get_option_flags(opt_idx) & (P_CURSWANT | P_RALL)) != 0) in did_set_string_option()