Lines Matching refs:tl_command
126 char_u *tl_command; member
647 term->tl_command = vim_strsave((char_u *)"NONE"); in term_start()
653 term->tl_command = vim_strsave(cmd); in term_start()
680 term->tl_command = ga.ga_data; in term_start()
977 if (term->tl_command != NULL && fputs((char *)term->tl_command, fd) < 0) in term_write_session()
1004 return term != NULL && (term->tl_command == NULL in term_should_restore()
1005 || STRCMP(term->tl_command, "NONE") != 0); in term_should_restore()
1089 vim_free(term->tl_command); in free_unused_terminals()
6330 vim_free(term->tl_command); in f_term_setrestore()
6333 term->tl_command = vim_strsave(cmd); in f_term_setrestore()
6335 term->tl_command = NULL; in f_term_setrestore()