Home
last modified time | relevance | path

Searched refs:last_table (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c165 dp->table = sh.last_table; in nv_diropen()
166 sh.last_table = 0; in nv_diropen()
180 dp->table = sh.last_table; in nv_diropen()
181 sh.last_table = 0; in nv_diropen()
246 dp->otable = sh.last_table; in nv_diropen()
277 register Namval_t *np, *last_table; in nv_dirnext() local
293 last_table = sh.last_table; in nv_dirnext()
301 sh.last_table = dp->table; in nv_dirnext()
313 sh.last_table = last_table; in nv_dirnext()
698 register Namval_t *np, *nq, *last_table=wp->shp->last_table; in outval() local
[all …]
H A Dname.c102 Namval_t *last_table; member
220 if(sp->numnodes==0 && !nv_isnull(np) && shp->last_table) in nv_addnode()
223 Dt_t *root = nv_dict(shp->last_table); in nv_addnode()
242 Dt_t *root = nv_dict(shp->last_table); in nv_addnode()
573 shp->last_table = 0; in nv_setlist()
586 nr.table = shp->last_table; in nv_setlist()
917 shp->last_table = shp->namespace; in nv_create()
944 shp->last_table = nv_reftable(np); in nv_create()
1230 shp->last_table = 0; in nv_create()
1362 shp->last_table = 0; in nv_open()
[all …]
H A Dnvtype.c214 Namval_t *tp = sh.last_table; in name_chtype()
218 sh.last_table = 0; in name_chtype()
228 sh.last_table = tp; in name_chtype()
373 Namval_t *last_table = sh.last_table; in clone_type() local
421 sh.last_table = last_table; in clone_type()
533 sh.last_table = dp->parent; in create_type()
1652 shp->last_table = 0; in sh_outtype()
H A Dxec.c688 nr->table = shp->last_table; in set_instance()
1031 Namval_t *np, *nq, *last_table; in sh_exec() local
1226 last_table = shp->last_table; in sh_exec()
1227 shp->last_table = 0; in sh_exec()
1539 shp->last_table = last_table; in sh_exec()
H A Dnvdisc.c1288 tp->shp->last_table = np; in create_table()
1414 np = shp->last_table; in nv_dict()
H A Dargs.c781 shp->last_table = 0; in sh_argbuild()
H A Darray.c411 sh.last_table = 0; in nv_arraysettype()
482 sh.prev_table = sh.last_table; in array_clone()
H A Dpath.c1777 pp->shp->last_table = 0; in talias_get()
H A Dinit.c1756 shp->last_table = SH_STATS; in create_stat()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h163 Namval_t *last_table; /* last table used in last nv_open */ \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c1432 tp->sh->last_table=0; in print_scan()