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

/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c139 register Dt_t *troot; local
145 troot = tdata.sh->alias_tree;
197 troot = tdata.sh->track_tree;
200 return(setall(argv,flag,troot,&tdata));
214 Dt_t *troot; local
225 troot = tdata.sh->var_tree;
312 troot = tdata.sh->fun_tree;
382 if(troot==tdata.sh->fun_tree && ((isfloat || flag&~(NV_FUNCT|NV_TAGGED|NV_EXPORT|NV_LTOU))))
384 if(sflag && troot==tdata.sh->fun_tree)
457 return(setall(argv,flag,troot,
527 setall(char **argv,register int flag,Dt_t *troot,struct tdata *tp) argument
1154 unall(int argc, char **argv, register Dt_t *troot, Shell_t* shp) argument
[all...]
/ast/src/lib/libast/cdt/
H A Ddttree.c285 static Dtlink_t* troot(Dt_t* dt, Dtlink_t* list, Dtlink_t* link, Void_t* obj, int type) function
512 root = troot(dt, root, &link, obj, type);

Completed in 13 milliseconds