Lines Matching refs:ta_len
4907 int ta_len = 0; // valid bytes in ta_buf[] in mch_call_shell_fork() local
5057 && (ta_len > 0 || noread_cnt > 4)) in mch_call_shell_fork()
5059 if (ta_len == 0) in mch_call_shell_fork()
5069 if (ta_len > 0 || len > 0) in mch_call_shell_fork()
5082 may_send_sigint(ta_buf[ta_len], pid, wpid); in mch_call_shell_fork()
5085 && ta_buf[ta_len] == Ctrl_D) in mch_call_shell_fork()
5092 term_replace_bs_del_keycode(ta_buf, ta_len, len); in mch_call_shell_fork()
5100 for (i = ta_len; i < ta_len + len; ++i) in mch_call_shell_fork()
5118 ta_len += len; in mch_call_shell_fork()
5128 ta_len = 0; in mch_call_shell_fork()
5134 ta_len -= len; in mch_call_shell_fork()
5135 mch_memmove(ta_buf, ta_buf + len, ta_len); in mch_call_shell_fork()
5313 if (ta_len) in mch_call_shell_fork()
5314 ui_inchar_undo(ta_buf, ta_len); in mch_call_shell_fork()