/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | astsa.omk | 60 dtview.c \ 73 dtopen.o dtstrhash.o dttree.o dtview.o dtwalk.o
|
H A D | astsa.manifest | 13 ../cdt/dtview.c
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/cdt/ |
H A D | dtview.c | 124 Dt_t* dtview(reg Dt_t* dt, reg Dt_t* view) in dtview() function 126 Dt_t* dtview(dt,view) in dtview()
|
H A D | dtclose.c | 49 dtview(dt,NIL(Dt_t*));
|
/titanic_51/usr/src/lib/libast/common/cdt/ |
H A D | dtview.c | 118 Dt_t* dtview(reg Dt_t* dt, reg Dt_t* view) in dtview() function 120 Dt_t* dtview(dt,view) in dtview()
|
H A D | dtclose.c | 48 dtview(dt,NIL(Dt_t*));
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | subshell.c | 391 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 D | name.c | 750 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 D | nvdisc.c | 1016 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 D | xec.c | 1981 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 D | array.c | 76 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 D | subshell.c | 396 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 D | name.c | 827 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 D | nvdisc.c | 1050 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 D | array.c | 98 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 D | init.c | 1651 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 D | cdt.h | 273 extern Dt_t* dtview _ARG_((Dt_t*, Dt_t*));
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | cdt.h | 216 extern Dt_t* dtview _ARG_((Dt_t*, Dt_t*));
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | cdt.h | 216 extern Dt_t* dtview _ARG_((Dt_t*, Dt_t*));
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | cdt.h | 216 extern Dt_t* dtview _ARG_((Dt_t*, Dt_t*));
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | cdt.h | 216 extern Dt_t* dtview _ARG_((Dt_t*, Dt_t*));
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | cdt.h | 216 extern Dt_t* dtview _ARG_((Dt_t*, Dt_t*));
|
/titanic_51/usr/src/lib/libast/ |
H A D | mapfile-vers | 424 dtview;
|
/titanic_51/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 433 dtview;
|
H A D | Makefile.defs | 77 cdt/dtview.o \
|