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

/ast/src/cmd/ksh93/sh/
H A Dinit.c216 } Init_t; typedef in typeref:struct:_init_
218 static Init_t *ip;
222 static Init_t *nv_init(Shell_t*);
1807 static Init_t *nv_init(Shell_t *shp)
1810 ip = newof(0,Init_t,1,0);

Completed in 15 milliseconds