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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c86 short maxnodes; member in struct:sh_type
259 if(sp->numnodes==sp->maxnodes)
261 sp->maxnodes += 20;
262 sp->nodes = (Namval_t**)realloc(sp->nodes,sizeof(Namval_t*)*sp->maxnodes);
313 shtp.maxnodes = 20;
315 shtp.nodes =(Namval_t**)malloc(shtp.maxnodes*sizeof(Namval_t*));

Completed in 20 milliseconds