Searched defs:lwsac (Results 1 – 2 of 2) sorted by relevance
45 struct lwsac { struct46 struct lwsac *next; argument47 struct lwsac *head; /* pointer back to the first chunk */ argument53 * One of these per lwsac, at start of first chunk argument
26 struct lwsac *lwsac = NULL; in main() local