Lines Matching refs:idx3
1045 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()
1051 options[idx3].def_val[VI_DEFAULT] = p_shcf; 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()
1083 options[idx3].def_val[VI_DEFAULT] = p_sxq; in set_init_3()
1086 idx3 = findoption((char_u *)"shcf"); in set_init_3()
1087 if (idx3 >= 0 && !(options[idx3].flags & P_WAS_SET)) in set_init_3()
1090 options[idx3].def_val[VI_DEFAULT] = p_shcf; in set_init_3()