Searched refs:cmdfirstc (Results 1 – 3 of 3) sorted by relevance
824 || (ccline.cmdfirstc == '=' && KeyTyped) in cmdline_handle_backslash_key()1108 || ccline.cmdfirstc == '>' in cmdline_erase_chars()1226 if (ccline.cmdfirstc == '=' // can't do this recursively in cmdline_insert_reg()1512 ccline.cmdfirstc = (firstc == '@' ? 0 : firstc); in init_ccline()2705 if (ccline.cmdfirstc != NUL) in set_cmdspos()3752 if (ccline.cmdfirstc != NUL) in redrawcmdprompt()3753 msg_putchar(ccline.cmdfirstc); in redrawcmdprompt()3759 if (ccline.cmdfirstc != NUL) in redrawcmdprompt()4126 if (p->cmdfirstc == NUL) in get_cmdline_type()4132 return p->cmdfirstc; in get_cmdline_type()[all …]
945 if (ccline->cmdfirstc != ':' in set_expand_context()947 && ccline->cmdfirstc != '>' && ccline->cmdfirstc != '=' in set_expand_context()1811 if (use_ccline && ccline->cmdfirstc == '=') in set_cmd_context()
622 int cmdfirstc; // ':', '/', '?', '=', '>' or NUL member