Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dinput.c160 backchars = pappend(c, new_pos); in forw_line_seg()
228 backchars = pappend(c, ch_tell()-1); in forw_line_seg()
306 pappend(' ', ch_tell()-1); in forw_line_seg()
499 backchars = pappend(c, ch_tell()-1); in back_line()
H A Dline.c882 public int pappend(int c, POSITION pos) in pappend() function
1483 if (pappend(*str++, NULL_POSITION)) in pappstr()
H A Dfuncs.h214 public int pappend(int c, POSITION pos);