Home
last modified time | relevance | path

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

/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c1387 static const Namdisc_t table_disc = variable
1402 struct table *tp = (struct table *)nv_hasdisc(np,&table_disc); in nv_parent()
1411 struct table *tp = (struct table*)nv_hasdisc(np,&table_disc); in nv_dict()
1417 if(tp = (struct table*)nv_hasdisc(np,&table_disc)) in nv_dict()
1430 return(nv_hasdisc(np,&table_disc)!=0); in nv_istable()
1440 if(nv_hasdisc(np,&table_disc)) in nv_mount()
1459 tp->fun.disc = &table_disc; in nv_mount()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c1300 static const Namdisc_t table_disc = variable
1315 struct table *tp = (struct table *)nv_hasdisc(np,&table_disc); in nv_parent()
1323 struct table *tp = (struct table*)nv_hasdisc(np,&table_disc); in nv_dict()
1329 if(tp = (struct table*)nv_hasdisc(np,&table_disc)) in nv_dict()
1368 tp->fun.disc = &table_disc; in nv_mount()