Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sort/common/
H A Dstreams_wide.c34 #define SHELF_VACANT 0 macro
35 static int shelf = SHELF_VACANT;
138 if (shelf == SHELF_VACANT) in stream_wide_fetch()
184 shelf = SHELF_VACANT; in stream_wide_fetch()
304 shelf == SHELF_VACANT && in stream_wide_eos()
H A Dstreams_stdio.c33 #define SHELF_VACANT 0 macro
34 static int shelf = SHELF_VACANT;
185 if (shelf == SHELF_VACANT) { in stream_stdio_fetch()
259 shelf = SHELF_VACANT; in stream_stdio_fetch()
466 shelf == SHELF_VACANT && in stream_stdio_eos()