Searched refs:Tree_t (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | tsearch.c | 62 } Tree_t; typedef 111 reg Tree_t* o; 120 if(!(o = (Tree_t*)dtmatch(dt,key)) ) 121 { if(!(o = (Tree_t*)malloc(sizeof(Tree_t))) ) 147 reg Tree_t* o; 153 return (o = (Tree_t*)dtmatch(dt,key)) ? (Void_t*)(&o->key) : NIL(Void_t*); 173 reg Tree_t* o; 174 Tree_t obj; 199 static void _twalk(Tree_t* obj, void(*action)(const Void_t*,VISIT,int), int level) in _twalk() 202 Tree_t* obj; in _twalk() [all …]
|
/titanic_41/usr/src/lib/libast/common/path/ |
H A D | pathexists.c | 46 } Tree_t; typedef 53 register Tree_t* p; in pathexists() 54 register Tree_t* t; in pathexists() 62 static Tree_t tree; in pathexists() 78 if (!(t = newof(0, Tree_t, 1, strlen(s)))) in pathexists() 104 if (!(p = newof(0, Tree_t, 1, strlen(s)))) in pathexists()
|