Searched refs:Namref (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | name.h | 54 struct Namref *nrp; /* name reference */ 81 struct Namref struct
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | nvtype.c | 289 static int fixnode(Namtype_t *dp, Namtype_t *pp, int i, struct Namref *nrp,int flag) in fixnode() 364 struct Namref *nrp = 0; in clone_type() 376 dp = (Namtype_t*)malloc(size+pp->nref*sizeof(struct Namref)); in clone_type() 379 nrp = (struct Namref*)((char*)dp + size); in clone_type() 380 memset((void*)nrp,0,pp->nref*sizeof(struct Namref)); in clone_type() 831 struct Namref *nrp = 0; in nv_mktype() 900 …_t, 1, nnodes*NV_MINSZ + offset + size + (nnodes+nd)*sizeof(char*) + iref*sizeof(struct Namref)+k); in nv_mktype() 915 nrp = (struct Namref*)(pp->data+offset); in nv_mktype()
|
H A D | xec.c | 611 static int set_instance(Shell_t *shp,Namval_t *nq, Namval_t *node, struct Namref *nr) in set_instance() 639 static void unset_instance(Namval_t *nq, Namval_t *node, struct Namref *nr,long mode) in unset_instance() 1095 struct Namref nr; in sh_exec() 2757 struct Namref nr; in sh_fun()
|
H A D | name.c | 297 struct Namref nr; in nv_setlist() 3049 np->nvalue.nrp = newof(0,struct Namref,1,0); in nv_setref()
|
H A D | init.c | 1647 VERSIONNOD->nvalue.nrp = newof(0,struct Namref,1,0); in nv_init()
|