Searched refs:hdl (Results 1 – 6 of 6) sorted by relevance
13 struct hdl *next; /* next modified handle */14 struct hdl *prev; /* previous modified handle */20 typedef struct hdl { struct47 struct hdl *superset; /* see above */ argument48 struct hdl *gclink; /* next composite to be scanned */49 struct hdl *nextfree; /* next handle on freelist */55 struct hdl localhand[INI_HDLCNT]; argument73 unsigned long hdl; member114 hdlno hdl; member133 #define OBhdl(obp) ((obp)->un.hdl)
135 unexpected_handler hdl; in unexpected() local136 set_unexpected(hdl = set_unexpected((unexpected_handler)0)); in unexpected()137 hdl(); in unexpected()
257 unexpected_handler hdl; in unexpected() local258 set_unexpected(hdl = set_unexpected((unexpected_handler)0)); in unexpected()259 hdl(); in unexpected()
82 std::unexpected_handler hdl = &unexpected_hdl; in unexpected_except() local83 std::set_unexpected(hdl); in unexpected_except()