Lines Matching defs:indent
185 vappend(int ch, int cnt, int indent)
224 * If vrep() passed indent = 0, this is the 'r' command,
227 vaifirst = indent == 0;
242 * it and place the cursor after the indent.
244 * so the indent is generated there.
246 if (value(vi_AUTOINDENT) && indent != 0) {
248 gcursor = genindent(indent);
477 i = fixindent(indent);
479 indent = i;
581 indent = lindent(dot + 1);
584 indent = whitecnt(linebuf);
587 gcursor = genindent(indent);
719 * the text (after the last \n followed by an indent) is always
1405 * ^t just generates new indent replacing
1447 * to current indent on next line.