Home
last modified time | relevance | path

Searched refs:jo_term_cols (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dterminal.c310 term->tl_cols = opt->jo_term_cols; in set_term_and_win_size()
384 opt->jo_term_cols = cols; in setup_job_options()
529 if (opt->jo_term_cols > 0 && vertical) in term_start()
531 split_ea.line2 = opt->jo_term_cols; in term_start()
554 if (opt->jo_term_cols > 0 && (opt->jo_curwin || !vertical)) in term_start()
555 win_setwidth(opt->jo_term_cols); in term_start()
826 opt.jo_term_cols = atoi((char *)ep + 1); in ex_terminal()
H A Djob.c446 opt->jo_term_cols = tv_get_number(item); in get_job_options()
H A Dstructs.h2416 int jo_term_cols; member
H A Dos_unix.c5625 (long)options->jo_term_cols, in mch_job_start()