Lines Matching defs:hdl
13 struct hdl *next; /* next modified handle */
14 struct hdl *prev; /* previous modified handle */
20 typedef struct hdl {
47 struct hdl *superset; /* see above */
48 struct hdl *gclink; /* next composite to be scanned */
49 struct hdl *nextfree; /* next handle on freelist */
51 } HDL;
55 struct hdl localhand[INI_HDLCNT];
73 unsigned long hdl;
114 hdlno hdl;
132 /* get hdl entry from object */
133 #define OBhdl(obp) ((obp)->un.hdl)