Home
last modified time | relevance | path

Searched refs:str1 (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_shell.vim64 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 Dtest_indent.vim114 call setline(1, ['(if a', ' ;; comment', ' \ abc', '', ' " str1\', ' " st\b', ' (return 5)'])
120 …comment', ' ;; comment', ' \ abc', ' \ abc', '', ' ;; ret', ' " str1\', ' str1"', ' " st\b'…
H A Dtest_vim9_script.vim2533 var str1 = 'some'
2535 echo str1 str2
/vim-8.2.3635/src/
H A Dstrings.c748 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 Dregexp.c1607 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 Dvim9execute.c3928 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 Dstrings.pro22 char_u *concat_str(char_u *str1, char_u *str2);
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim2775str1, string $str2 | int','localeconv(':'void | array','ltrim(':'string $str [, string $character_…
/vim-8.2.3635/runtime/doc/
H A Dif_pyth.txt155 :py b[n:m] = [str1, str2, str3] # sets a number of lines at once