Searched refs:ntp (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/cs/vcs_src/ |
H A D | vcs_dir.c | 36 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 D | vcs.c | 220 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 D | typeset.c | 213 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 D | nvdisc.c | 1295 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 D | nvtype.c | 1278 Namdecl_t *ntp = (Namdecl_t*)nv_context(np); local 1279 return(ntp?ntp->tp:0);
|
Completed in 27 milliseconds