Home
last modified time | relevance | path

Searched defs:linenum_info (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dlinenum.c43 struct linenum_info struct
45 struct linenum_info *next; /* Link to next in the list */ argument
46 struct linenum_info *prev; /* Line to previous in the list */ argument
64 static struct linenum_info anchor; /* Anchor of the list */ argument