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

/ast/src/cmd/cs/vcs_src/
H A Dvcs_dir.c36 tag_t* ntp; local
71 ntp = (tag_t *)malloc(tp->length);
72 memcpy((char *)ntp, (char *)tp, tp->length);
74 dp->tag = ntp;
83 ntp = (tag_t *)malloc(tp->length);
84 memcpy((char *)ntp, (char *)tp, tp->length);
85 ndp->tag = ntp;
96 ntp = (tag_t *)malloc(tp->length);
97 memcpy((char *)ntp, (char *)tp, tp->length);
98 ndp->tag = ntp;
[all...]
/ast/src/cmd/3d/
H A Dvcs.c220 Tag_t* ntp; local
260 ntp = newof(0, Tag_t, 0, tp->length);
261 memcpy((char*)ntp, (char*)tp, tp->length);
263 dp->tag = ntp;
272 ntp = newof(0, Tag_t, 0, tp->length);
273 memcpy((char*)ntp, (char*)tp, tp->length);
274 ndp->tag = ntp;
285 ntp = newof(0, Tag_t, 0, tp->length);
286 memcpy((char*)ntp, (char*)tp, tp->length);
287 ndp->tag = ntp;
[all...]
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c213 Namdecl_t *ntp = (Namdecl_t*)context->ptr; local
219 if(ntp)
221 tdata.tp = ntp->tp;
222 opt_info.disc = (Optdisc_t*)ntp->optinfof;
223 optstring = ntp->optstring;
451 else if(tdata.aflag==0 && ntp && ntp->tp)
/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c1295 struct table *ntp = (struct table*)nv_clone_disc(fp,0); local
1299 memcpy((void*)ntp,(void*)fp,sizeof(struct table));
1300 ntp->dict = nroot;
1301 ntp->parent = nv_lastdict();
1307 return(&ntp->fun);
H A Dnvtype.c1278 Namdecl_t *ntp = (Namdecl_t*)nv_context(np); local
1279 return(ntp?ntp->tp:0);

Completed in 17 milliseconds