Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dlinenum.c62 static struct linenum_info pool[LINENUM_POOL]; /* The pool itself */
84 for (p = pool; p < &pool[LINENUM_POOL-2]; p++) in clr_linenum()
86 pool[LINENUM_POOL-2].next = NULL; in clr_linenum()
89 spare = &pool[LINENUM_POOL-1]; in clr_linenum()
/freebsd/usr.bin/less/
H A Ddefines.h226 #define LINENUM_POOL 200 /* Size of line number pool */
237 #define LINENUM_POOL 1024 /* Size of line number pool */ macro