Lines Matching refs:cmdfirstc
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()
3141 cmdspos = ((ccline.cmdfirstc != NUL) ? 1 : 0) + ccline.cmdindent; in redrawcmd_preedit()
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()
4142 return ccline.cmdfirstc; in get_cmdline_firstc()