Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dinit.c167 } Init_t; typedef
171 static Init_t *nv_init(Shell_t*);
474 nv_stack(np,&((Init_t*)shp->init_context)->IFS_init.hdr); in put_ifs()
1536 static Init_t *nv_init(Shell_t *shp) in nv_init()
1539 register Init_t *ip; in nv_init()
1541 ip = newof(0,Init_t,1,0); in nv_init()