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

/ast/src/cmd/ksh93/bltins/
H A Dwhence.c157 goto bltins;
186 bltins:
/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c589 action = vp->bltins[type];
593 if(tp && (np = (Namval_t*)vp->bltins[type]) && nv_isattr(np,NV_STATICF))
595 vp->bltins[type] = action;
599 action = vp->bltins[type];
600 vp->bltins[type] = 0;
615 if((mp=vp->bltins[i]) && !nv_isattr(mp,NV_NOFREE))
667 memcpy((void*)vp->bltins, (void*)funs,n*sizeof(Namval_t*));
669 vp->bltins[n--] = 0;
H A Dnvtype.c673 if(nv_isattr(bp->bltins[i],NV_OPTGET))
1052 mnodes[j] = bp->bltins[j];
/ast/src/cmd/kshlib/dss/
H A Ddss.c66 Namval_t *bltins[1]; member in struct:type
911 for(i=0; i < sizeof(tp->bltins)/sizeof(Namval_t*); i++)
913 if(mp = tp->bltins[i])
1025 action = tp->bltins[n];
1028 tp->bltins[n] = action;
1031 action = tp->bltins[n];
1032 tp->bltins[n] = 0;
1129 pp->bltins[0] = add_discipline(pp->type->name, "match",match,pp );
/ast/src/cmd/ksh93/include/
H A Dnval.h86 Namval_t *bltins[1]; member in struct:Nambfun

Completed in 26 milliseconds