Home
last modified time | relevance | path

Searched defs:troot (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c139 register Dt_t *troot; in b_alias() local
214 Dt_t *troot; in b_typeset() local
528 static int setall(char **argv,register int flag,Dt_t *troot,struct tdata *tp) in setall()
1155 static int unall(int argc, char **argv, register Dt_t *troot, Shell_t* shp) in unall()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c62 tf_rdata_new(topo_mod_t *mp, tf_info_t *xinfo, xmlNodePtr n, tnode_t *troot) in tf_rdata_new()
H A Dtopo_xml.c1856 tf_info_t *xinfo, xmlNodePtr croot, tnode_t *troot) in topo_xml_walk()
1963 topo_xml_enum(topo_mod_t *tmp, tf_info_t *xinfo, tnode_t *troot) in topo_xml_enum()
/illumos-gate/usr/src/contrib/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) in troot() function