Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dinput.c121 backchars = pappend(c, new_pos);
177 backchars = pappend(c, ch_tell()-1);
215 pappend(' ', ch_tell()-1);
408 backchars = pappend(c, ch_tell()-1);
H A Dfuncs.h202 public int pappend LESSPARAMS ((int c, POSITION pos));
H A Dline.c840 pappend(c, pos) in pappend() function