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

/illumos-gate/usr/src/cmd/sort/common/
H A Dstreams_wide.c35 static int shelf = SHELF_VACANT; variable
71 int shelf_state = shelf;
138 if (shelf == SHELF_VACANT)
173 if (shelf == SHELF_OCCUPIED)
176 shelf = SHELF_OCCUPIED;
184 shelf = SHELF_VACANT;
304 shelf == SHELF_VACANT &&
H A Dstreams_stdio.c34 static int shelf = SHELF_VACANT; variable
42 * The "shelf"
107 int shelf_state = shelf;
185 if (shelf == SHELF_VACANT) {
208 * grafting operation, we leave early, maintaining the shelf in
242 * we have something on the shelf for our next fetch.
243 * If the shelf was previously occupied, and we still
247 if (shelf == SHELF_OCCUPIED)
250 shelf = SHELF_OCCUPIED;
259 shelf
[all...]

Completed in 45 milliseconds