Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_ruby.c875 char_u *sval; in vim_str2rb_enc_str() local
878 if (get_option_value((char_u *)"enc", &lval, &sval, 0) == gov_string) in vim_str2rb_enc_str()
880 enc = rb_enc_find((char *)sval); in vim_str2rb_enc_str()
881 vim_free(sval); in vim_str2rb_enc_str()
894 char_u *sval; in eval_enc_string_protect() local
898 if (get_option_value((char_u *)"enc", &lval, &sval, 0) == gov_string) in eval_enc_string_protect()
900 enc = rb_enc_find((char *)sval); in eval_enc_string_protect()
901 vim_free(sval); in eval_enc_string_protect()
H A Dif_tcl.c1288 char_u *sval; in tclsetoption() local
1303 gov = get_option_value(option, &lval, &sval, 0); in tclsetoption()
1308 Tcl_SetResult(interp, (char *)sval, TCL_VOLATILE); in tclsetoption()
1309 vim_free(sval); in tclsetoption()
1324 sval = NULL; // avoid compiler warning in tclsetoption()
1348 sval = (char_u *)Tcl_GetStringFromObj(objv[objn], NULL); in tclsetoption()
1351 set_option_value(option, lval, sval, OPT_LOCAL); in tclsetoption()
/vim-8.2.3635/src/testdir/
H A Dtest_vim9_expr.vim2763 var sval: string = &path