Searched refs:indentcol (Results 1 – 1 of 1) sorted by relevance
381 int indentcol; // column of recently autoindent, 0 or -1 member507 #define indentcol (G.indentcol ) macro2140 if (len && get_column(bol + len) == indentcol && bol[len] == '\n') { in char_insert()2158 if (autoindent && indentcol && r == end_line(p)) { in char_insert()2160 indentcol = get_column(p); in char_insert()2202 bol = indentcol < 0 ? p : prev_line(p); in char_insert()2206 if (len && col == indentcol) { in char_insert()2214 if (indentcol < 0) in char_insert()2218 indentcol = col; in char_insert()2239 indentcol = 0; in char_insert()[all …]