Lines Matching defs:full
440 * 'full' is filled in to indicate if the area has been
447 int *full)
453 /* presume the area is full */
454 *full = 1;
463 * exceptions. Therefore the area is not full.
467 *full = 0;
493 int r, full = 1;
511 * we find a partially full area.
513 for (ps->current_area = 0; full; ps->current_area++) {
543 &full);
545 if (!full)
747 * Advance to the next area if this one is full.