Home
last modified time | relevance | path

Searched refs:dtview (Results 1 – 25 of 32) sorted by relevance

12

/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dastsa.omk60 dtview.c \
73 dtopen.o dtstrhash.o dttree.o dtview.o dtwalk.o
H A Dastsa.manifest13 ../cdt/dtview.c
/titanic_51/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtview.c124 Dt_t* dtview(reg Dt_t* dt, reg Dt_t* view) in dtview() function
126 Dt_t* dtview(dt,view) in dtview()
H A Ddtclose.c49 dtview(dt,NIL(Dt_t*));
/titanic_51/usr/src/lib/libast/common/cdt/
H A Ddtview.c118 Dt_t* dtview(reg Dt_t* dt, reg Dt_t* view) in dtview() function
120 Dt_t* dtview(dt,view) in dtview()
H A Ddtclose.c48 dtview(dt,NIL(Dt_t*));
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dsubshell.c391 dtview(sp->salias,sh.alias_tree); in sh_subaliastree()
409 dtview(sp->sfun,sh.fun_tree); in sh_subfuntree()
667 shp->alias_tree = dtview(sp->salias,0); in sh_subshell()
673 shp->fun_tree = dtview(sp->sfun,0); in sh_subshell()
H A Dname.c750 Dt_t *dp = dtview(shp->var_tree,(Dt_t*)0); in nv_create()
752 dtview(rp->sdict,shp->var_base); in nv_create()
753 dtview(shp->var_tree,rp->sdict); in nv_create()
2037 base = dtview((Dt_t*)root,0); in nv_scan()
2040 dtview((Dt_t*)root,base); in nv_scan()
2054 dtview(newscope,(Dt_t*)shp->var_tree); in sh_scope()
2059 shp->var_tree = dtview(newscope,0); in sh_scope()
2063 dtview(rp->sdict,newroot); in sh_scope()
2067 dtview(newscope,(Dt_t*)newroot); in sh_scope()
2306 register Dt_t *base = dtview(root,0); in tableval()
[all …]
H A Dnvdisc.c1016 dp = dtview(root,0); in nv_search()
1042 dtview(root,dp); in nv_search()
1278 register Dt_t *base = dtview(root,0); in get_table()
1296 dtview(root,base); in get_table()
H A Dxec.c1981 top = dtview(shp->var_tree,0); in sh_exec()
1983 top = dtview(shp->var_tree,0); in sh_exec()
1985 dtview(root,shp->var_base); in sh_exec()
1988 dtview(shp->var_tree,top); in sh_exec()
1991 top = dtview(shp->var_tree,0); in sh_exec()
1994 dtview(top,shp->var_tree); in sh_exec()
2607 dtview(dt,0); in sh_funscope()
2608 dtview(dt,nv_dict(np)); in sh_funscope()
H A Darray.c76 dtview((Dt_t*)aq->scope,aq->table); in array_scope()
387 dtview(ap->table, otable->view); in array_clone()
1215 ap->header.table = dtview(ap->header.table,(Dt_t*)0); in nv_associative()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c396 dtview(sp->salias,sp->shp->alias_tree); in sh_subaliastree()
414 dtview(sp->sfun,sp->shp->fun_tree); in sh_subfuntree()
720 shp->alias_tree = dtview(sp->salias,0); in sh_subshell()
726 shp->fun_tree = dtview(sp->sfun,0); in sh_subshell()
H A Dname.c827 Dt_t *dp = dtview(shp->var_tree,(Dt_t*)0); in nv_create()
829 dtview(rp->sdict,dp); in nv_create()
830 dtview(shp->var_tree,rp->sdict); in nv_create()
2351 base = dtview((Dt_t*)root,0); in nv_scan()
2355 dtview((Dt_t*)root,base); in nv_scan()
2373 dtview(newscope,(Dt_t*)shp->var_tree); in sh_scope()
2378 shp->var_tree = dtview(newscope,0); in sh_scope()
2382 dtview(rp->sdict,newroot); in sh_scope()
2386 dtview(newscope,(Dt_t*)newroot); in sh_scope()
2645 register Dt_t *base = dtview(roo in tableval()
[all...]
H A Dnvdisc.c1050 dp = dtview(root,0); in nv_search()
1080 dtview(root,dp); in nv_search()
1343 dtview(root,0); in put_table()
1365 register Dt_t *base = dtview(root,0); in get_table()
1383 dtview(root,base); in get_table()
H A Darray.c98 dtview((Dt_t*)aq->scope,aq->table); in array_scope()
491 dtview(ap->table, otable->view); in array_clone()
1699 ap->header.table = dtview(ap->header.table,(Dt_t*)0); in nv_associative()
H A Dinit.c1651 shp->var_tree = dtview(dp,0); in sh_reinit()
1926 dtview(shp->fun_tree,shp->bltin_tree); in nv_init()
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h273 extern Dt_t* dtview _ARG_((Dt_t*, Dt_t*));
/titanic_51/usr/src/lib/libast/common/include/
H A Dcdt.h216 extern Dt_t* dtview _ARG_((Dt_t*, Dt_t*));
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h216 extern Dt_t* dtview _ARG_((Dt_t*, Dt_t*));
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h216 extern Dt_t* dtview _ARG_((Dt_t*, Dt_t*));
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h216 extern Dt_t* dtview _ARG_((Dt_t*, Dt_t*));
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h216 extern Dt_t* dtview _ARG_((Dt_t*, Dt_t*));
/titanic_51/usr/src/lib/libast/
H A Dmapfile-vers424 dtview;
/titanic_51/usr/src/cmd/ast/libast/
H A Dmapfile-vers433 dtview;
H A DMakefile.defs77 cdt/dtview.o \

12