Home
last modified time | relevance | path

Searched defs:options (Results 1 – 22 of 22) sorted by relevance

/vim-8.2.3635/src/
H A Djson.c31 json_encode_gap(garray_T *gap, typval_T *val, int options) in json_encode_gap()
49 json_encode(typval_T *val, int options) in json_encode()
67 json_encode_nr_expr(int nr, typval_T *val, int options) in json_encode_nr_expr()
187 json_encode_item(garray_T *gap, typval_T *val, int copyID, int options) in json_encode_item()
594 json_decode_item(js_read_T *reader, typval_T *res, int options) in json_decode_item()
1082 json_decode_all(js_read_T *reader, typval_T *res, int options) in json_decode_all()
1114 json_decode(js_read_T *reader, typval_T *res, int options) in json_decode()
1139 json_find_end(js_read_T *reader, int options) in json_find_end()
H A Dcmdexpand.c47 int options) in ExpandEscape()
139 int options, // extra options for ExpandOne() in nextwild()
288 int options, in ExpandOne()
1855 int options = WILD_ADD_SLASH|WILD_SILENT; in expand_cmdline() local
1931 int options) // WILD_ flags in ExpandFromContext()
2894 int options = WILD_SILENT | WILD_USE_NL | WILD_ADD_SLASH in f_getcompletion() local
H A Dfindfile.c1669 int options, in find_file_in_path()
1706 int options, in find_directory_in_path()
1717 int options, in find_file_in_path_option()
1940 int options = FNAME_MESS|FNAME_EXP|FNAME_REL|FNAME_UNESC; in grab_file_name() local
1976 file_name_at_cursor(int options, long count, linenr_T *file_lnum) in file_name_at_cursor()
1991 int options, in file_name_in_line()
2116 int options, in find_file_name_in_path()
H A Dlocale.c427 int options = WILD_SILENT|WILD_USE_NL|WILD_KEEP_ALL; in find_locales() local
H A Dsearch.c129 int options, in search_regcomp()
615 int options, in searchit()
1216 int options, in do_search()
H A Dos_unix.c4526 int options) // SHELL_*, see vim.h in mch_call_shell_system()
4624 int options) // SHELL_*, see vim.h in mch_call_shell_fork()
5458 int options) // SHELL_*, see vim.h in mch_call_shell()
5473 mch_job_start(char **argv, job_T *job, jobopt_T *options, int is_terminal) in mch_job_start()
5987 mch_create_pty_channel(job_T *job, jobopt_T *options) in mch_create_pty_channel()
H A Dos_win32.c4094 mch_system_classic(char *cmd, int options) in mch_system_classic()
4238 dump_pipe(int options, in dump_pipe()
4349 mch_system_piped(char *cmd, int options) in mch_system_piped()
4606 mch_system_g(char *cmd, int options) in mch_system_g()
4652 mch_system(char *cmd, int options) in mch_system()
4756 int options) // SHELL_*, see vim.h in mch_call_shell()
5266 mch_job_start(char *cmd, job_T *job, jobopt_T *options) in mch_job_start()
H A Doptiondefs.h323 static struct vimoption options[] = variable
H A Dos_amiga.c1248 int options) // SHELL_*, see vim.h in mch_call_shell()
H A Dex_getln.c918 int options = WILD_NO_BEEP; in cmdline_wildchar_complete() local
2767 getline_opt_T options) in getexline()
H A Dbuffer.c2376 int options, in buflist_getfile()
2697 int options) in ExpandBufnames()
H A Dscriptfile.c1748 getline_opt_T options) in getsourceline()
H A Dchannel.c1459 channel_set_job(channel_T *channel, job_T *job, jobopt_T *options) in channel_set_job()
2475 int options = channel->ch_part[part].ch_mode == MODE_JS ? JSON_JS : 0; in channel_exe_cmd() local
H A Devalfunc.c3665 int options = WILD_SILENT|WILD_USE_NL|WILD_LIST_NOTFOUND; in f_expand() local
8028 int options = SEARCH_KEEP; in search_cmn() local
8540 int options = SEARCH_KEEP; in do_searchpair() local
H A Dex_docmd.c1463 get_loop_line(int c, void *cookie, int indent, getline_opt_T options) in get_loop_line()
4928 int options = WILD_LIST_NOTFOUND in expand_filename() local
H A Dfilepath.c1276 int options = WILD_SILENT|WILD_USE_NL; in f_glob() local
H A Dterminal.c7196 create_pty_only(term_T *term, jobopt_T *options) in create_pty_only()
/vim-8.2.3635/src/testdir/
H A Dterm_util.vim57 func RunVimInTerminal(arguments, options) argument
161 func Run_shell_in_terminal(options) argument
H A Dscreendump.vim23 func VerifyScreenDump(buf, filename, options, ...) argument
H A Dtest_debugger.vim23 func CheckDbgOutput(buf, lines, options = {}) argument
H A Dtest_terminal.vim1561 func Api_drop_common(options) argument
/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim236 fun! s:CleanUp(options, mode, startpos, ...) argument