Searched refs:t_cmd (Results 1 – 4 of 4) sorted by relevance
20 void set_csearch_until(int t_cmd);29 int searchc(cmdarg_T *cap, int t_cmd);
493 set_csearch_until(int t_cmd) in set_csearch_until() argument495 last_t_cmd = t_cmd; in set_csearch_until()1760 searchc(cmdarg_T *cap, int t_cmd) in searchc() argument1776 set_csearch_until(t_cmd); in searchc()1796 t_cmd = last_t_cmd; in searchc()1803 if (vim_strchr(p_cpo, CPO_SCOLON) == NULL && count == 1 && t_cmd) in searchc()1858 if (t_cmd) in searchc()
4448 int t_cmd; in nv_csearch() local4451 t_cmd = TRUE; in nv_csearch()4453 t_cmd = FALSE; in nv_csearch()4456 if (IS_SPECIAL(cap->nchar) || searchc(cap, t_cmd) == FAIL) in nv_csearch()4463 && (t_cmd || cap->oap->op_type != OP_NOP)) in nv_csearch()
11807 Solution: Check the t_cmd flag. (Christian Brabandt)