Home
last modified time | relevance | path

Searched refs:indentcol (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/editors/
Dvi.c381 int indentcol; // column of recently autoindent, 0 or -1 member
507 #define indentcol (G.indentcol ) macro
2140 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 …]