Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dinput.c93 POSITION wrap_pos; in forw_line_seg() local
192 wrap_pos = NULL_POSITION; in forw_line_seg()
275 } else if (wrap_pos == NULL_POSITION) in forw_line_seg()
279 new_pos = wrap_pos; in forw_line_seg()
293 wrap_pos = ch_tell(); in forw_line_seg()
369 POSITION wrap_pos; in back_line() local
472 wrap_pos = NULL_POSITION; in back_line()
548 if (wrap_pos == NULL_POSITION) in back_line()
551 new_pos = wrap_pos; in back_line()
561 wrap_pos = new_pos; in back_line()