1: /*
   2:  * Copyright (c) 1982, 1986 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)clist.h	7.1 (Berkeley) 6/4/86
   7:  */
   8: 
   9: /*
  10:  * Raw structures for the character list routines.
  11:  */
  12: struct cblock {
  13:     struct cblock *c_next;
  14:     char    c_info[CBSIZE];
  15: };
  16: #ifdef KERNEL
  17: struct  cblock *cfree;
  18: int nclist;
  19: struct  cblock *cfreelist;
  20: int cfreecount;
  21: #endif

Defined variables

cfreecount defined in line 20; used 17 times
cfreelist defined in line 19; used 35 times

Defined struct's

cblock defined in line 12; used 94 times

Usage of this include

Last modified: 1986-06-05
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 696
Valid CSS Valid XHTML 1.0 Strict