Searched defs:_dt_s (Results 1 – 5 of 5) sorted by relevance
115 struct _dt_s struct116 { Dtsearch_f searchf;/* search function */117 Dtdisc_t* disc; /* method to manipulate objs */118 Dtdata_t* data; /* sharable data */119 Dtmemory_f memoryf;/* function to alloc/free memory */120 Dtmethod_t* meth; /* dictionary method */121 int type; /* type information */122 int nview; /* number of parent view dictionaries */123 Dt_t* view; /* next on viewpath */124 Dt_t* walk; /* dictionary being walked */[all …]