Searched refs:bol (Results 1 – 1 of 1) sorted by relevance
2115 char *bol = begin_line(p); in char_insert() local2139 len = indent_len(bol); in char_insert()2140 if (len && get_column(bol + len) == indentcol && bol[len] == '\n') { in char_insert()2142 text_hole_delete(bol, bol + len - 1, undo); in char_insert()2143 p = bol; in char_insert()2148 char *r = bol + indent_len(bol); in char_insert()2150 while (r > bol && get_column(r) > prev) { in char_insert()2151 if (p > bol) in char_insert()2202 bol = indentcol < 0 ? p : prev_line(p); in char_insert()2203 len = indent_len(bol); in char_insert()[all …]