Home
last modified time | relevance | path

Searched refs:res (Results 1 – 25 of 136) sorted by relevance

123456

/vim-8.2.3635/src/testdir/
H A DMake_all.mak45 test_vim9_cmd.res \
335 test_cd.res \
336 test_cdo.res \
392 test_gf.res \
393 test_gn.res \
395 test_gui.res \
417 test_let.res \
424 test_lua.res \
426 test_man.res \
498 test_tab.res \
[all …]
H A Dtest_vim9_disassemble.vim96 res)
121 res)
157 res)
185 res)
213 res)
232 res)
248 res)
262 res)
276 res)
297 res)
[all …]
H A Dtest_filter_cmd.vim110 call assert_equal(["test_filter_a #1"], res)
123 call assert_match('^\s*helplang=\w*$', res)
128 let res = split(execute("filter /\\.c$/ llist"), "\n")
129 call assert_equal([" 1 /path/vim.c: "], res)
131 let res = split(execute("filter /\\.Test$/ llist"), "\n")
132 call assert_equal([" 3 Main.Test: "], res)
138 let res = split(execute("filter /\.c$/ jumps"), "\n")[1:]
139 call assert_equal([" 2 1 0 file.c", ">"], res)
146 let res = split(execute("filter /\.c$/ marks"), "\n")[1:]
147 call assert_equal([" A 1 0 file.c"], res)
[all …]
H A DMakefile30 test_options.res test_alot.res: opt_test.vim
32 .SUFFIXES: .in .out .res .vim
63 rm -f $@.res test.log messages
64 …@MAKEFLAGS=--no-print-directory $(MAKE) -f Makefile $@.res VIMPROG=$(VIMPROG) XXDPROG=$(XXDPROG) S…
72 rm -f test_vim9_*.res test.log messages
87 -rm -rf *.out *.failed *.res *.rej *.orig XfakeHOME Xdir1 Xfind
134 .vim.res:
140 test_gui.res: test_gui.vim
146 test_gui_init.res: test_gui_init.vim
155 test_xxd.res:
[all …]
H A Dtest_regex_char_classes.vim25 let res = "test text test text"
26 call RunXTest("test \\text test text", "/[\\x]", res)
28 call RunXTest("test text ]test text", "/[]y]", res)
29 call RunXTest("test ]text test text", "/[\\]]", res)
30 call RunXTest("test text te^st text", "/[y^]", res)
31 call RunXTest("test te$xt test text", "/[$y]", res)
32 call RunXTest("test taext test text", "/[\\x61]", res)
34 call RunXTest("test 5text test text","/[\\x785]", res)
35 call RunXTest("testc text test text","/[\\o143]", res)
38 call RunXTest("test text tBest text", "/\\%x42", res)
[all …]
H A DMake_ming.mak25 test_options.res test_alot.res: opt_test.vim
32 .SUFFIXES: .in .out .res .vim
57 -if exist $@.res del $@.res
60 @$(MAKE) -f Make_ming.mak $@.res VIMPROG=$(VIMPROG) --no-print-directory
70 -@if exist *.res $(DEL) *.res
136 .vim.res:
141 test_gui.res: test_gui.vim
146 test_gui_init.res: test_gui_init.vim
154 test_bench_regexp.res: test_bench_regexp.vim
H A DMake_dos.mak13 test_options.res test_alot.res: opt_test.vim
20 .SUFFIXES: .in .out .res .vim
45 -if exist $@.res del $@.res
48 @$(MAKE) -nologo -f Make_dos.mak $@.res VIMPROG=$(VIMPROG)
58 -if exist *.res del *.res
124 .vim.res:
129 test_gui.res: test_gui.vim
134 test_gui_init.res: test_gui_init.vim
142 test_bench_regexp.res: test_bench_regexp.vim
H A Dtest_user_func.vim137 let res = Args(1)
138 call assert_equal(res.mandatory, 1)
140 call assert_equal(res['0'], 0)
142 let res = Args(1,2)
143 call assert_equal(res.mandatory, 1)
144 call assert_equal(res.optional, 2)
145 call assert_equal(res['0'], 0)
147 let res = Args(1,2,3)
148 call assert_equal(res.mandatory, 1)
149 call assert_equal(res.optional, 2)
[all …]
H A Dtest_vim9_script.vim2280 return res
2332 res = false
2338 res = false
2344 res = false
2350 res = false
2356 res = false
2362 res = false
2368 res = false
2374 res = false
2380 res = false
[all …]
H A Dtest_checkpath.vim13 let res = split(execute("checkpath!"), "\n")
22 \ ' "foo.a" (Already listed)'], res)
47 let res = split(execute("checkpath!"), "\n")
56 \ ' foo (Already listed)'], res)
87 let res = split(execute("checkpath!"), "\n")
96 \ ' foo.c (Already listed)'], res)
H A Dtest_file_size.vim24 let res = systemlist('cksum Xtest')[0]
25 let res = substitute(res, "\r", "", "")
26 call assert_equal('3678979763 14888896 Xtest', res)
/vim-8.2.3635/src/
H A Djson.c99 if (res == NULL) in write_string()
114 converted = res = string_convert(&conv, res, NULL); in write_string()
119 while (*res != NUL) in write_string()
155 res += utf_ptr2len(res); in write_string()
190 char_u *res; in json_encode_item() local
469 if (res != NULL) in json_decode_string()
513 if (res != NULL) in json_decode_string()
538 if (res != NULL) in json_decode_string()
610 init_tv(res); in json_decode_item()
948 if (res != NULL) in json_decode_item()
[all …]
H A Dclientserver.c67 char_u *res; in eval_client_expr_to_string() local
104 return res; in eval_client_expr_to_string()
166 res = data; in serverConvert()
168 *tofree = res; in serverConvert()
172 return res; in serverConvert()
282 char_u *res; in cmdsrv_main() local
316 res = NULL; in cmdsrv_main()
494 if (res != NULL && *res != NUL) in cmdsrv_main()
528 if (res != NULL && *res != NUL) in cmdsrv_main()
531 if (res[STRLEN(res) - 1] != '\n') in cmdsrv_main()
[all …]
H A Dif_xcmdsrv.c220 int res; in serverRegisterName() local
224 if (res < 0) in serverRegisterName()
239 res = -10; in serverRegisterName()
245 while (res < 0) in serverRegisterName()
381 int res; in serverSendToVim() local
459 if (res < 0) in serverSendToVim()
739 int res; in serverSendReply() local
760 return res; in serverSendReply()
1324 if (res != NULL) in server_parse_message()
1398 res = serverConvert(enc, res, &tofree); in server_parse_message()
[all …]
H A Dvim9execute.c269 int res = OK; in call_dfunc() local
1048 res = FAIL; in call_partial()
1401 int res; in call_eval_func() local
1421 return res; in call_eval_func()
1822 int res; in exec_instructions() local
2982 int res; in exec_instructions() local
3572 int res; in exec_instructions() local
4027 int res; in exec_instructions() local
4598 int res; in exe_typval_instr() local
4611 return res; in exe_typval_instr()
[all …]
H A Dstrings.c363 char_u *res; in strup_save() local
367 if (res != NULL) in strup_save()
396 vim_free(res); in strup_save()
399 mch_memmove(s, res, p - res); in strup_save()
403 res = s; in strup_save()
418 return res; in strup_save()
430 char_u *res; in strlow_save() local
463 vim_free(res); in strlow_save()
466 mch_memmove(s, res, p - res); in strlow_save()
470 res = s; in strlow_save()
[all …]
H A Dspellfile.c360 int res; in spell_load_file() local
443 res = 0; in spell_load_file()
1179 int res; in read_sofo_section() local
1202 res = 0; in read_sofo_section()
1206 return res; in read_sofo_section()
1558 int *res; in mb_str2wide() local
1567 res[i] = NUL; in mb_str2wide()
3215 int res; in get_affitem() local
3232 && res >= 'A' && res <= 'Z')) in get_affitem()
3236 res = mb_ptr2char_adv(pp) + (res << 16); in get_affitem()
[all …]
H A Dspell.c414 int res = SP_BAD; in find_word() local
590 res = SP_BAD; in find_word()
856 res = SP_BANNED; in find_word()
861 res = SP_OK; in find_word()
863 res = SP_LOCAL; in find_word()
866 res = SP_RARE; in find_word()
868 res = SP_OK; in find_word()
3101 char_u *res) in spell_soundfold() argument
3194 res[ri++] = c; in spell_soundfold_sofo()
3198 res[ri] = NUL; in spell_soundfold_sofo()
[all …]
H A Dxpm_w32.c39 int res; in LoadXpmImage() local
43 res = XpmReadFileToImage(&hdc, filename, &img, &shp, &attr); in LoadXpmImage()
45 if (res < 0) in LoadXpmImage()
H A Dcharset.c321 char_u *res; in transstr() local
355 res = alloc(len + 1); in transstr()
359 if (res != NULL) in transstr()
361 *res = NUL; in transstr()
371 transchar_hex(res + STRLEN(res), c); in transstr()
378 return res; in transstr()
2077 char_u *res; in backslash_halve_save() local
2079 res = vim_strsave(p); in backslash_halve_save()
2080 if (res == NULL) in backslash_halve_save()
2082 backslash_halve(res); in backslash_halve_save()
[all …]
H A Dtime.c170 proftime_T res; in f_reltime() local
186 profile_start(&res); in f_reltime()
190 if (list2proftime(&argvars[0], &res) == FAIL) in f_reltime()
196 profile_end(&res); in f_reltime()
202 || list2proftime(&argvars[1], &res) == FAIL) in f_reltime()
208 profile_sub(&res, &start); in f_reltime()
212 n1 = res.HighPart; in f_reltime()
213 n2 = res.LowPart; in f_reltime()
215 n1 = res.tv_sec; in f_reltime()
216 n2 = res.tv_usec; in f_reltime()
/vim-8.2.3635/runtime/autoload/
H A Dccomplete.vim121 let res = []
157 if len(res) > 0
197 if len(res) == 0
204 let res = []
291 return res
371 return res
379 return res
410 let res = []
487 return res
595 let res = []
[all …]
H A Dxmlcomplete.vim117 let res = []
162 return res
172 return res + res2
244 return res + res2
265 call add(res, m)
270 let menu = res + res2
322 call add(res, m)
329 return res + res2
345 return res + res2
368 call add(res, m)
[all …]
/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c39 char *res; in main() local
44 if ((res = sendToVim(XOpenDisplay(NULL), argv[2], argv[3], in main()
49 puts(res); in main()
110 int res; in sendToVim() local
143 plist = XListProperties(dpy, w, &res); in sendToVim()
187 res = AppendPropCarefully(dpy, w, commProperty, property, length + 1); in sendToVim()
190 if (res < 0) in sendToVim()
466 char *res; in SendEventProc() local
476 res = ""; in SendEventProc()
484 res = p + 3; in SendEventProc()
[all …]
/vim-8.2.3635/src/GvimExt/
H A DMakefile80 gvimext.res
89 gvimext.res: gvimext.rc
97 - if exist gvimext.res del gvimext.res

123456