Searched refs:troot (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
| H A D | typeset.c | 139 register Dt_t *troot; in b_alias() local 145 troot = tdata.sh->alias_tree; in b_alias() 197 troot = tdata.sh->track_tree; in b_alias() 200 return(setall(argv,flag,troot,&tdata)); in b_alias() 214 Dt_t *troot; in b_typeset() local 225 troot = tdata.sh->var_tree; in b_typeset() 313 troot = tdata.sh->fun_tree; in b_typeset() 383 if(troot==tdata.sh->fun_tree && ((isfloat || flag&~(NV_FUNCT|NV_TAGGED|NV_EXPORT|NV_LTOU)))) in b_typeset() 385 if(sflag && troot==tdata.sh->fun_tree) in b_typeset() 458 return(setall(argv,flag,troot,&tdata)); in b_typeset() [all …]
|
| /illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
| H A D | topo_parse.c | 62 tf_rdata_new(topo_mod_t *mp, tf_info_t *xinfo, xmlNodePtr n, tnode_t *troot) in tf_rdata_new() argument 73 r->rd_pn = troot; in tf_rdata_new()
|
| H A D | topo_xml.c | 1857 tf_info_t *xinfo, xmlNodePtr croot, tnode_t *troot) in topo_xml_walk() argument 1896 troot)) == NULL) { in topo_xml_walk() 1917 if ((rdp = topo_xml_walk(mp, xinfo, def_set, troot)) == NULL) { in topo_xml_walk() 1942 if ((rdp = tf_rdata_new(mp, xinfo, curr, troot)) == NULL) { in topo_xml_walk() 1964 topo_xml_enum(topo_mod_t *tmp, tf_info_t *xinfo, tnode_t *troot) in topo_xml_enum() argument 1975 if ((xinfo->tf_rd = topo_xml_walk(tmp, xinfo, xroot, troot)) == NULL) { in topo_xml_enum()
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/ |
| H A D | dttree.c | 285 static Dtlink_t* troot(Dt_t* dt, Dtlink_t* list, Dtlink_t* link, Void_t* obj, int type) in troot() function 512 root = troot(dt, root, &link, obj, type);
|