OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:line_freelist
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/col/
col.c
558
static LINE *
line_freelist
;
variable in typeref:typename:LINE *
566
if (!
line_freelist
) {
569
line_freelist
= l;
574
l =
line_freelist
;
575
line_freelist
= l->l_next;
585
l->l_next =
line_freelist
;
586
line_freelist
= l;
Completed in 12 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025