Searched refs:backchars (Results 1 – 1 of 1) sorted by relevance
92 int backchars; in forw_line_seg() local166 backchars = pappend((char) c, new_pos); in forw_line_seg()168 if (backchars > 0) in forw_line_seg()178 backchars = 1; in forw_line_seg()180 new_pos -= backchars; in forw_line_seg()181 while (--backchars >= 0) in forw_line_seg()213 backchars = pflushmbc(); in forw_line_seg()215 if (backchars > 0 && (nochop || !chop_line()) && hshift == 0) in forw_line_seg()217 new_pos -= backchars + 1; in forw_line_seg()230 backchars = pappend((char) c, ch_tell()-1); in forw_line_seg()[all …]