Home
last modified time | relevance | path

Searched refs:otable (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c40 Namval_t *otable; member
246 dp->otable = sh.last_table; in nv_diropen()
295 if(dp->table && dp->otable && !nv_isattr(dp->table,NV_MINIMAL)) in nv_dirnext()
298 dp->table->nvenv = (char*)dp->otable; in nv_dirnext()
304 if(dp->table && dp->otable && !nv_isattr(dp->table,NV_MINIMAL)) in nv_dirnext()
351 dp->otable = dp->table; in nv_dirnext()
H A Darray.c453 Dt_t *otable=ap->table; in array_clone() local
491 dtview(ap->table, otable->view); in array_clone()