Searched refs:backchars (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dinput.c53 int backchars; local
116 backchars = pappend(c, new_pos);
118 if (backchars > 0)
121 new_pos -= backchars;
122 while (--backchars >= 0)
155 backchars = pflushmbc();
157 if (backchars > 0 && !chopline && hshift == 0)
159 new_pos -= backchars + 1;
171 backchars = pappend(c, ch_tell()-1);
172 if (backchars >
255 int backchars; local
[all...]

Completed in 92 milliseconds