Searched refs:Dict_t (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/INIT/
H A Dmamake.c174 } Dict_t; typedef in typeref:struct:Dict_s
214 Dict_t* leaf; /* recursion leaf dictionary */
215 Dict_t* libs; /* library dictionary */
216 Dict_t* rules; /* rule dictionary */
217 Dict_t* vars; /* variable dictionary */
462 static Dict_t*
465 Dict_t* dict;
467 if (!(dict = newof(0, Dict_t, 1, 0)))
479 search(register Dict_t* dict, char* name, void* value)
572 apply(Dict_t* dic
[all...]
/ast/src/cmd/mailx/port/
H A Dcdt.h171 typedef struct _dt_s Dict_t; /* for libdict compatibility */ typedef in typeref:struct:_dt_s

Completed in 53 milliseconds