Searched refs:backchars (Results 1 – 1 of 1) sorted by relevance
94 int backchars; in forw_line_seg() local156 backchars = pappend((char) c, new_pos); in forw_line_seg()158 if (backchars > 0) in forw_line_seg()168 backchars = 1; in forw_line_seg()170 new_pos -= backchars; in forw_line_seg()171 while (--backchars >= 0) in forw_line_seg()202 backchars = pflushmbc(); in forw_line_seg()204 if (backchars > 0 && (nochop || !chop_line()) && hshift == 0) in forw_line_seg()206 new_pos -= backchars + 1; in forw_line_seg()219 backchars = pappend((char) c, ch_tell()-1); in forw_line_seg()[all …]