Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dstreams_wide.c32 #define SHELF_VACANT 0 macro
33 static int shelf = SHELF_VACANT;
136 if (shelf == SHELF_VACANT) in stream_wide_fetch()
182 shelf = SHELF_VACANT; in stream_wide_fetch()
302 shelf == SHELF_VACANT && in stream_wide_eos()
H A Dstreams_stdio.c31 #define SHELF_VACANT 0 macro
32 static int shelf = SHELF_VACANT;
183 if (shelf == SHELF_VACANT) { in stream_stdio_fetch()
257 shelf = SHELF_VACANT; in stream_stdio_fetch()
464 shelf == SHELF_VACANT && in stream_stdio_eos()