Searched refs:str1 (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_shell.vim | 64 let str1 = "'cmd \"arg1\" '\\''arg2'\\'' \\!%# \\'\\'' \\\\! \\% \\#'" 68 let str1 = "'cmd \"arg1\" ''arg2'' !%# \\'' \\! \\% \\#'" 71 let str1 = "'cmd \"arg1\" '\\''arg2'\\'' !%# \\\\'\\'' \\\\! \\\\% \\\\#'" 74 let str1 = "'cmd \"arg1\" '\\''arg2'\\'' !%# \\'\\'' \\! \\% \\#'" 77 call assert_equal(str1, shellescape("cmd \"arg1\" 'arg2' !%# \\' \\! \\% \\#"), e[0])
|
| H A D | test_indent.vim | 114 call setline(1, ['(if a', ' ;; comment', ' \ abc', '', ' " str1\', ' " st\b', ' (return 5)']) 120 …comment', ' ;; comment', ' \ abc', ' \ abc', '', ' ;; ret', ' " str1\', ' str1"', ' " st\b'…
|
| H A D | test_vim9_script.vim | 2533 var str1 = 'some' 2535 echo str1 str2
|
| /vim-8.2.3635/src/ |
| H A D | strings.c | 748 concat_str(char_u *str1, char_u *str2) in concat_str() argument 751 size_t l = str1 == NULL ? 0 : STRLEN(str1); in concat_str() 756 if (str1 == NULL) in concat_str() 759 STRCPY(dest, str1); in concat_str()
|
| H A D | regexp.c | 1607 char_u *str1, *str2; in cstrncmp() local 1613 str1 = s1; in cstrncmp() 1616 while ((int)(str1 - s1) < *n) in cstrncmp() 1618 c1 = mb_ptr2char_adv(&str1); in cstrncmp()
|
| H A D | vim9execute.c | 3928 char_u *str1 = STACK_TV_BOT(-2)->vval.v_string; in exec_instructions() local 3932 res = concat_str(str1, str2); in exec_instructions()
|
| /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/runtime/autoload/ |
| H A D | phpcomplete.vim | 2775 …str1, string $str2 | int','localeconv(':'void | array','ltrim(':'string $str [, string $character_…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_pyth.txt | 155 :py b[n:m] = [str1, str2, str3] # sets a number of lines at once
|