Searched refs:cmdindent (Results 1 – 2 of 2) sorted by relevance
1513 ccline.cmdindent = (firstc > 0 ? indent : 0); in init_ccline()2706 ccline.cmdspos = 1 + ccline.cmdindent; in set_cmdspos()2708 ccline.cmdspos = 0 + ccline.cmdindent; in set_cmdspos()3141 cmdspos = ((ccline.cmdfirstc != NUL) ? 1 : 0) + ccline.cmdindent; in redrawcmd_preedit()3757 ccline.cmdindent = msg_col + (msg_row - cmdline_row) * Columns; in redrawcmdprompt()3760 --ccline.cmdindent; in redrawcmdprompt()3763 for (i = ccline.cmdindent; i > 0; --i) in redrawcmdprompt()
623 int cmdindent; // number of spaces before cmdline member