Searched refs:strval (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | terminal.c | 3042 char_u *strval = NULL; in handle_settermprop() local 3047 strval = vim_strnsave((char_u *)value->string.str, in handle_settermprop() 3049 if (strval == NULL) in handle_settermprop() 3054 if (*skipwhite(strval) == NUL) in handle_settermprop() 3058 && STRNCMP(term->tl_arg0_cmd, strval, in handle_settermprop() 3062 else if (STRNCMP(" - ", strval, 4) == 0) in handle_settermprop() 3084 term->tl_title = strval; in handle_settermprop() 3085 strval = NULL; in handle_settermprop() 3109 strval = vim_strnsave((char_u *)value->string.str, in handle_settermprop() 3111 if (strval == NULL) in handle_settermprop() [all …]
|
| H A D | evalvars.c | 3739 char_u *strval; in set_option_from_tv() local 3746 strval = (char_u *)"0"; // avoid using "false" in set_option_from_tv() 3752 strval = tv_get_string_buf_chk(varp, nbuf); in set_option_from_tv() 3754 if (!error && strval != NULL) in set_option_from_tv() 3755 set_option_value(varname, numval, strval, OPT_LOCAL); in set_option_from_tv()
|
| H A D | evalfunc.c | 8940 char_u *strval; in f_setreg() local 9066 strval = tv_get_string_buf_chk(&li->li_tv, buf); in f_setreg() 9067 if (strval == NULL) in f_setreg() 9069 if (strval == buf) in f_setreg() 9073 strval = vim_strsave(buf); in f_setreg() 9074 if (strval == NULL) in f_setreg() 9076 *curallocval++ = strval; in f_setreg() 9078 *curval++ = strval; in f_setreg() 9092 strval = tv_get_string_chk(regcontents); in f_setreg() 9093 if (strval == NULL) in f_setreg() [all …]
|
| H A D | if_mzsch.c | 1714 char *strval; in get_option() local 1757 rc = get_option_value(BYTE_STRING_VALUE(name), &value, (char_u **)&strval, in get_option() 1769 rval = scheme_make_byte_string(strval); in get_option() 1771 vim_free(strval); in get_option()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | php.vim | 488 … is_real is_resource is_scalar is_string isset print_r serialize settype strval unserialize unset …
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 2782 …':'mixed $value | string','settype(':'mixed &$var, string $type | bool','strval(':'mixed $var | st…
|