Lines Matching refs:vim_strnsave
1736 isn->isn_arg.string = vim_strnsave(name, len); in generate_DEF()
2203 isn->isn_arg.string = vim_strnsave(name, len); in generate_STRINGMEMBER()
2475 lvar->lv_name = vim_strnsave(name, len == 0 ? STRLEN(name) : len); in reserve_local()
3162 name = vim_strnsave(*arg + 2, end - (*arg + 2)); in compile_load()
3189 name = vim_strnsave(*arg, end - *arg); in compile_load()
3217 name = vim_strnsave(*arg, end - *arg); in compile_load()
3992 char_u *name = vim_strnsave(start, *arg - start); in compile_get_option()
4024 name = vim_strnsave(start, len + 1); in compile_get_env()
5886 char_u *func_name = vim_strnsave(name_start + 2, in compile_nested_function()
6302 lhs->lhs_name = vim_strnsave(var_start, lhs->lhs_varlen); in compile_lhs()
6667 char_u *key = vim_strnsave(p + 1, key_end - p - 1); in compile_assign_index()
8231 name = vim_strnsave(arg, varlen); in compile_for()
8724 pat = vim_strnsave(tofree == NULL ? p + 1 : tofree, len); in compile_catch()
9026 return generate_RANGE(cctx, vim_strnsave(eap->cmd, range_end - eap->cmd)); in compile_variable_range()
9219 char_u *val = vim_strnsave(start, p - start); in compile_exec()
9436 lhs->lhs_whole = vim_strnsave(arg, lhs->lhs_varlen_total); in compile_redir()