Searched refs:linenum_info (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dlinenum.c41 struct linenum_info struct
43 struct linenum_info *next; /* Link to next in the list */
44 struct linenum_info *prev; /* Line to previous in the list */
62 static struct linenum_info anchor; /* Anchor of the list */
63 static struct linenum_info *freelist; /* Anchor of the unused entries */
64 static struct linenum_info pool[NPOOL]; /* The pool itself */
65 static struct linenum_info *spare; /* We always keep one spare entry */
78 struct linenum_info *p;
105 struct linenum_info *p;
128 struct linenum_info *
[all...]

Completed in 53 milliseconds