Home
last modified time | relevance | path

Searched refs:concat_str (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dstrings.pro22 char_u *concat_str(char_u *str1, char_u *str2);
/vim-8.2.3635/src/
H A Dmisc1.c1946 char_u *buf = concat_str(val, (char_u *)"/lang"); in vim_setenv()
2723 pat_pre = concat_str(last_mode, (char_u*)":"); in trigger_modechanged()
2724 pat = concat_str(pat_pre, rettv.vval.v_string); in trigger_modechanged()
H A Dfilepath.c2078 cpy = concat_str(q - 1, remain); in f_resolve()
2148 cpy = concat_str((char_u *)"./", p); in f_resolve()
3098 exp_pat = concat_str(eval_pat, exp_pat + usedlen); in expand_wildcards_eval()
H A Devalvars.c1357 p = tofree = concat_str(s, p); in ex_let_one()
1455 s = concat_str(stringval, s); in ex_let_one()
1503 p = ptofree = concat_str(s, p); in ex_let_one()
H A Dspell.c2832 line_copy = concat_str(line, (char_u *)" "); in check_need_cap()
4411 re = concat_str((char_u *)"^", synblock->b_p_spc); in compile_cap_prog()
H A Dstrings.c748 concat_str(char_u *str1, char_u *str2) in concat_str() function
H A Deval.c1559 s = concat_str(s, tv_get_string_buf(tv2, numbuf)); in tv_op()
2975 p = concat_str(s1, s2); in eval5()
H A Dregister.c2853 s = concat_str(expr_line, p); in write_reg_contents_ex()
H A Dex_cmds.c4257 char_u *new_line = concat_str(new_start, in ex_substitute()
H A Duserfunc.c1663 p = concat_str((char_u *)"<SNR>", name + 3); in emsg_funcname()
H A Dvim9execute.c3932 res = concat_str(str1, str2); in exec_instructions()
H A Dvim9compile.c9163 line = concat_str(line, tofree); in compile_exec()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt9275 Solution: Always include concat_str.