Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/less/
HDposition.c246 static int pos_shift(POSITION linepos, size_t choff) in pos_shift() argument
254 pos = forw_raw_line_len(linepos, choff, &line, &line_len); in pos_shift()
255 if (pos == NULL_POSITION || line_len != choff) in pos_shift()