Home
last modified time | relevance | path

Searched refs:NV_MINSZ (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h140 #define NV_MINSZ (sizeof(struct Namval)-sizeof(Dtlink_t)-sizeof(char*)) macro
141 #define nv_namptr(p,n) ((Namval_t*)((char*)(p)+(n)*NV_MINSZ-sizeof(Dtlink_t)))
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtype.c933 …pp = newof(NiL, Namtype_t, 1, nnodes*NV_MINSZ + offset + size + (nnodes+nd)*sizeof(char*) + iref*s… in nv_mktype()
934 pp->fun.dsize = sizeof(Namtype_t)+nnodes*NV_MINSZ +offset+k; in nv_mktype()
946 pp->data = pp->nodes + nnodes*NV_MINSZ +k; in nv_mktype()
1022 memcpy(pp->nodes,dp->nodes,dp->numnodes*NV_MINSZ); in nv_mktype()
1472 pp = newof(NiL,Namtype_t, 1, nnodes*NV_MINSZ + rsize + size); in nv_mkstruct()
1473 pp->fun.dsize = sizeof(Namtype_t)+nnodes*NV_MINSZ +rsize; in nv_mkstruct()
1484 pp->data = pp->nodes + nnodes*NV_MINSZ; in nv_mkstruct()
H A Dinit.c173 char node[NV_MINSZ+sizeof(char*)];
1002 shp->mathnodes = (char*)calloc(1,MAX_MATH_ARGS*(NV_MINSZ+5)); in math_init()
1003 name = shp->mathnodes+MAX_MATH_ARGS*NV_MINSZ; in math_init()
1792 struct Stats *sp = newof(0,struct Stats,1,nstat*NV_MINSZ); in stat_init()
1807 sp->hdr.dsize = sizeof(struct Stats) + nstat*(sizeof(int)+NV_MINSZ); in stat_init()
H A Darray.c908 ap->xp = calloc(NV_MINSZ,1); in nv_atypeindex()