OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newbufs
(Results
1 - 1
of
1
) sorted by relevancy
/src/distrib/utils/more/
ch.c
437
struct buf *
newbufs
;
local in function:ch_addbuf
443
newbufs
= (struct buf *)calloc((u_int)nnew, sizeof(struct buf));
444
if (
newbufs
== NULL)
453
for (bp = &
newbufs
[0]; bp < &
newbufs
[nnew]; bp++) {
458
newbufs
[nnew-1].next = END_OF_CHAIN;
459
newbufs
[0].prev = buf_tail;
460
buf_tail->next = &
newbufs
[0];
461
buf_tail = &
newbufs
[nnew-1];
Completed in 12 milliseconds
Indexes created Mon Sep 29 18:09:42 GMT 2025