Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/
H A Djob.c21 handle_mode(typval_T *item, jobopt_T *opt, ch_mode_T *modep, int jo) in handle_mode()
43 handle_io(typval_T *item, ch_part_T part, jobopt_T *opt) in handle_io()
70 clear_job_options(jobopt_T *opt) in clear_job_options()
79 free_job_options(jobopt_T *opt) in free_job_options()
121 get_job_options(typval_T *tv, jobopt_T *opt, int supported, int supported2) in get_job_options()
1173 job_set_options(job_T *job, jobopt_T *opt) in job_set_options()
1289 jobopt_T opt; in job_start() local
1905 jobopt_T opt; in f_job_setoptions() local
H A Dchannel.c146 ch_logfile(char_u *fname, char_u *opt) in ch_logfile()
1165 channel_set_options(channel_T *channel, jobopt_T *opt) in channel_set_options()
1307 jobopt_T opt; in channel_open_func() local
3854 jobopt_T opt; in common_channel_read() local
4218 jobopt_T *opt, in send_common()
4267 jobopt_T opt; in ch_expr_common() local
4332 jobopt_T opt; in ch_raw_common() local
4936 char_u *opt = (char_u *)""; in f_ch_logfile() local
5036 jobopt_T opt; in f_ch_setoptions() local
5060 jobopt_T opt; in f_ch_status() local
H A Dterminal.c279 set_term_and_win_size(term_T *term, jobopt_T *opt) in set_term_and_win_size()
338 init_job_options(jobopt_T *opt) in init_job_options()
430 jobopt_T *opt, in term_start()
761 jobopt_T opt; in ex_terminal() local
5279 jobopt_T opt; in term_load_dump() local
6372 jobopt_T opt; in f_term_start() local
6578 jobopt_T *opt, in conpty_term_and_job_init()
6930 jobopt_T *opt, in winpty_term_and_job_init()
7146 jobopt_T *opt, in term_and_job_init()
7315 jobopt_T *opt, in term_and_job_init()
[all …]
H A Dif_cscope.c1012 char *opt, *pat; in cs_find() local
1052 char *opt, in cs_find_common()
H A Dtextobject.c252 inmacro(char_u *opt, char_u *s) in inmacro()
H A Doption.c2508 was_set_insecurely(char_u *opt, int opt_flags) in was_set_insecurely()
7099 struct vimoption *opt = &options[opt_idx]; in get_winbuf_options() local
H A Dmisc2.c1761 call_shell(char_u *cmd, int opt) in call_shell()
H A Dif_tcl.c500 int opt, err, idx, flags; in bufselfcmd() local
H A Dex_cmds.c1660 char_u *opt, in append_redir()
H A Dnormal.c4404 int opt, // extra flags for do_search() in normal_search()
H A Dbuffer.c4136 char_u opt; in build_stl_str_hl() local
H A Dgui.c3759 char_u **opt; in get_tabline_label() local
H A Dos_unix.c4462 jobopt_T opt; in mch_call_shell_terminal() local
H A Dsyntax.c4520 syn_opt_arg_T *opt, // various things in get_syn_options()
H A Dos_win32.c4675 jobopt_T opt; in mch_call_shell_terminal() local
/vim-8.2.3635/src/tee/
H A Dtee.c86 int opt; in main() local
/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim984 func RecVars(opt) argument
H A Dtest_python3.vim1179 func RecVars(opt) argument
H A Dtest_vim9_func.vim1297 def FuncOneDefArg(opt = 'text') argument
1301 def FuncTwoDefArg(nr = 123, opt = 'text'): string argument
1469 def OptAndVar(nr: number, opt = 12, ...l: list<number>): number argument