Home
last modified time | relevance | path

Searched refs:Namref (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h55 struct Namref *nrp; /* name reference */
86 struct Namref struct
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtype.c297 static int fixnode(Namtype_t *dp, Namtype_t *pp, int i, struct Namref *nrp,int flag) in fixnode()
374 struct Namref *nrp = 0; in clone_type()
386 dp = (Namtype_t*)malloc(size+pp->nref*sizeof(struct Namref)); in clone_type()
389 nrp = (struct Namref*)((char*)dp + size); in clone_type()
390 memset((void*)nrp,0,pp->nref*sizeof(struct Namref)); in clone_type()
860 struct Namref *nrp = 0; in nv_mktype()
933 …_t, 1, nnodes*NV_MINSZ + offset + size + (nnodes+nd)*sizeof(char*) + iref*sizeof(struct Namref)+k); in nv_mktype()
948 nrp = (struct Namref*)(pp->data+offset); in nv_mktype()
H A Dname.c47 offsetof(struct Namref,np),sizeof(struct Namval_t*),sizeof(struct Namref)
308 struct Namref nr; in nv_setlist()
1290 struct Namref *rp; in nv_delete()
1291 while(rp = (struct Namref*)dtmatch(Refdict,(void*)key)) in nv_delete()
3487 np->nvalue.nrp = newof(0,struct Namref,1,sizeof(Dtlink_t)); in nv_setref()
H A Dxec.c677 static int set_instance(Shell_t *shp,Namval_t *nq, Namval_t *node, struct Namref *nr) in set_instance()
719 static void unset_instance(Namval_t *nq, Namval_t *node, struct Namref *nr,long mode) in unset_instance()
1499 struct Namref nr; in sh_exec()
3439 np->nvalue.nrp = newof(0,struct Namref,1,0); in sh_funscope()
3562 struct Namref nr; in sh_fun()
H A Dinit.c1932 VERSIONNOD->nvalue.nrp = newof(0,struct Namref,1,0); in nv_init()