Searched refs:Visit_t (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/tw/
H A Dtw.h141 } Visit_t; typedef in typeref:struct:__anon237
H A Dexpr.c209 Visit_t* vp;
362 if (vp = (Visit_t*)dtmatch(state.vistab, &id))
391 v = (vp = (Visit_t*)dtmatch(state.vistab, &id)) ? vp->value[MEMOFFSET(sym->index)] : exzero(sym->type);
419 disc->key = offsetof(Visit_t, id);
598 Visit_t* vp;
621 if (!(vp = (Visit_t*)dtmatch(state.vistab, &id)))
623 if (!(vp = newof(0, Visit_t, 1, 0)))
651 if (!(vp = (Visit_t*)dtmatch(state.vistab, &id)))
653 if (!(vp = newof(0, Visit_t, 1, sizeof(Extype_t) * (state.visitmem - 1))))
/ast/src/cmd/3d/
H A D3d.h405 } Visit_t; typedef in typeref:struct:__anon6
513 Visit_t visit;
/ast/src/cmd/at/
H A Datd.c173 } Visit_t; typedef in typeref:struct:__anon41
723 register Visit_t* vis = (Visit_t*)handle;
739 Connection_t* con = ((Visit_t*)handle)->con;
740 State_t* state = ((Visit_t*)handle)->state;
742 Visit_t visit;
800 Visit_t visit;

Completed in 20 milliseconds