Home
last modified time | relevance | path

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

/openbsd/usr.bin/less/
H A Difile.c35 struct scrpos h_scrpos; /* Saved position within the file */ member
111 p->h_scrpos.pos = -1; in new_ifile()
249 int_ifile(ifile)->h_scrpos = *scrpos; in store_pos()
259 *scrpos = int_ifile(ifile)->h_scrpos; in get_pos()