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

/ast/src/cmd/ksh93/sh/
H A Dnvtype.c71 typedef struct Namtype Namtype_t; typedef in typeref:struct:Namtype
75 Namtype_t *ptype;
76 Namtype_t *ttype;
105 Namtype_t hdr;
141 sizeof(Namtype_t),
283 Namtype_t *pp;
290 pp = (Namtype_t*)nv_hasdisc(tp,&type_disc);
297 static int fixnode(Namtype_t *dp, Namtype_t *pp, int i, struct Namref *nrp,int flag)
366 Namtype_t *d
[all...]
/ast/src/cmd/kshlib/dss/
H A Ddss.c53 typedef struct Namtype Namtype_t; typedef in typeref:struct:Namtype
57 Namtype_t *ptype;
58 Namtype_t *ttype;
113 Namtype_t hdr;
513 Namtype_t *dp;
518 dp = (Namtype_t*)calloc(1,size);
521 dp->childfun.ttype = (Namtype_t*)fp;

Completed in 276 milliseconds