Searched refs:skip_quotes (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | float.c | 33 int skip_quotes) in string2float() argument 54 if (skip_quotes && vim_strchr((char_u *)s, '\'') != NULL) in string2float() 518 int skip_quotes; in f_str2float() local 523 skip_quotes = argvars[1].v_type != VAR_UNKNOWN && tv_get_bool(&argvars[1]); in f_str2float() 530 (void)string2float(p, &rettv->vval.v_float, skip_quotes); in f_str2float()
|
| H A D | typval.c | 1726 int skip_quotes = !in_old_script(4); in eval_number() local 1743 if (skip_quotes) in eval_number() 1776 *arg += string2float(*arg, &f, skip_quotes); in eval_number() 1820 vim_str2nr(*arg, NULL, &len, skip_quotes in eval_number()
|
| /vim-8.2.3635/src/proto/ |
| H A D | float.pro | 2 int string2float(char_u *text, float_T *value, int skip_quotes);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | slrnrc.vim | 117 …repeat_last_key reply request save show_spoilers shrink_article_window skip_quotes skip_to_next_gr…
|