Home
last modified time | relevance | path

Searched refs:skipeol (Results 1 – 4 of 4) sorted by relevance

/dragonfly/stand/boot/common/
H A Ddo_dloader.c40 static void skipeol(int fd);
240 skipeol(fd); in include()
354 skipeol(int fd) in skipeol() function
/dragonfly/contrib/less/
H A Dforwback.c127 static POSITION forw_line_pfx(POSITION pos, int pfx, int skipeol) in forw_line_pfx() argument
136 pos = forw_line_seg(pos, skipeol, FALSE, FALSE); in forw_line_pfx()
H A Dinput.c83 public POSITION forw_line_seg(POSITION curr_pos, int skipeol, int rscroll, int nochop) in forw_line_seg() argument
236 if (skipeol) in forw_line_seg()
H A Dfuncs.h187 public POSITION forw_line_seg(POSITION curr_pos, int skipeol, int rscroll, int nochop);