Lines Matching refs:_df
51 #define dadeff (_df->_dadeff)
52 #define interpdadefs (_df->_interpdadefs)
53 #define interpdadefline (_df->_interpdadefline)
54 #define DADEFS_FILE (_df->_DADEFS)
67 struct _dadefbuff *_df = __dadefbuff; in _dadefalloc() local
69 if (_df == NULL) { in _dadefalloc()
70 _df = (struct _dadefbuff *)calloc((unsigned)1, in _dadefalloc()
72 if (_df == NULL) in _dadefalloc()
75 __dadefbuff = _df; in _dadefalloc()
89 struct _dadefbuff *_df = _dadefalloc(); in setdadefent() local
91 if (_df == NULL) in setdadefent()
107 struct _dadefbuff *_df = _dadefalloc(); in enddadefent() local
109 if (_df == NULL) in enddadefent()
140 struct _dadefbuff *_df = _dadefalloc(); in getdadefent() local
142 if ((_df == 0) || (dadeff == NULL)) in getdadefent()
167 struct _dadefbuff *_df = _dadefalloc(); in getdadeftype() local
169 if ((type == NULL) || (_df == NULL) || (dadeff == NULL)) in getdadeftype()
207 struct _dadefbuff *_df = _dadefalloc(); in dadef_interpret() local
213 if (_df == NULL) in dadef_interpret()