Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dposition.c253 static int pos_shift(POSITION linepos, size_t choff) in pos_shift() argument
261 pos = forw_raw_line_len(linepos, choff, &line, &line_len); in pos_shift()
262 if (pos == NULL_POSITION || line_len != choff) in pos_shift()