Searched refs:Namref (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | name.h | 55 struct Namref *nrp; /* name reference */ 86 struct Namref struct
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtype.c | 297 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 D | name.c | 47 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 D | xec.c | 677 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 D | init.c | 1932 VERSIONNOD->nvalue.nrp = newof(0,struct Namref,1,0); in nv_init()
|