Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamake.c136 #define STREAM_KEEP 0x0001 /* don't fclose() on pop() */ macro
1050 if (!state.sp->fp || (state.sp->flags & STREAM_KEEP)) in pop()
1084 flags |= STREAM_KEEP; in push()