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

/ast/src/cmd/std/
H A Ddu.c95 } Hit_t; typedef in typeref:struct:Hit_s
98 mark(Dt_t* dict, Hit_t* key, FTSENT* ent)
100 Hit_t* hit;
104 if (hit = newof(0, Hit_t, 1, 0))
132 Hit_t hit;
210 disc.key = offsetof(Hit_t, id);
/ast/src/lib/libdss/
H A Dtag.c68 Hit_t* hits;
73 struct Hit_s; typedef struct Hit_s Hit_t; typedef in typeref:struct:Hit_s
98 Hit_t* next;
811 register Hit_t* hp;
842 if (!(hp = newof(0, Hit_t, 1, 0)))
878 Hit_t* hp;
879 Hit_t* np;

Completed in 63 milliseconds