Lines Matching defs:full
438 * 'full' is filled in to indicate if the area has been
445 int *full)
451 /* presume the area is full */
452 *full = 1;
461 * exceptions. Therefore the area is not full.
465 *full = 0;
491 int r, full = 1;
509 * we find a partially full area.
511 for (ps->current_area = 0; full; ps->current_area++) {
538 &full);
540 if (!full)
742 * Advance to the next area if this one is full.