Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamake.c180 } List_t; typedef
186 List_t* prereqs; /* prerequisites */
622 register List_t* x; in cons()
627 if (!(x = newof(0, List_t, 1, 0))) in cons()
1756 register List_t* x; in update()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c115 } List_t; typedef
215 static const List_t help_head[] =
257 static const List_t help_tail[] =
2315 list(Sfio_t* sp, register const List_t* lp) in list()