Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c1045 int idx3; in set_init_3() local
1047 idx3 = findoption((char_u *)"shcf"); in set_init_3()
1048 if (idx3 >= 0 && !(options[idx3].flags & P_WAS_SET)) in set_init_3()
1055 idx3 = findoption((char_u *)"sxq"); in set_init_3()
1056 if (idx3 >= 0 && !(options[idx3].flags & P_WAS_SET)) in set_init_3()
1059 options[idx3].def_val[VI_DEFAULT] = p_sxq; in set_init_3()
1064 int idx3; in set_init_3() local
1079 idx3 = findoption((char_u *)"sxq"); in set_init_3()
1080 if (idx3 >= 0 && !(options[idx3].flags & P_WAS_SET)) in set_init_3()
1086 idx3 = findoption((char_u *)"shcf"); in set_init_3()
[all …]