Searched refs:concat_str (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | strings.pro | 22 char_u *concat_str(char_u *str1, char_u *str2);
|
| /vim-8.2.3635/src/ |
| H A D | misc1.c | 1946 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 D | filepath.c | 2078 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 D | evalvars.c | 1357 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 D | spell.c | 2832 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 D | strings.c | 748 concat_str(char_u *str1, char_u *str2) in concat_str() function
|
| H A D | eval.c | 1559 s = concat_str(s, tv_get_string_buf(tv2, numbuf)); in tv_op() 2975 p = concat_str(s1, s2); in eval5()
|
| H A D | register.c | 2853 s = concat_str(expr_line, p); in write_reg_contents_ex()
|
| H A D | ex_cmds.c | 4257 char_u *new_line = concat_str(new_start, in ex_substitute()
|
| H A D | userfunc.c | 1663 p = concat_str((char_u *)"<SNR>", name + 3); in emsg_funcname()
|
| H A D | vim9execute.c | 3932 res = concat_str(str1, str2); in exec_instructions()
|
| H A D | vim9compile.c | 9163 line = concat_str(line, tofree); in compile_exec()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 9275 Solution: Always include concat_str.
|