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 - 2
of
2
) 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;
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 21 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025