HomeSort by: relevance | last modified time | path
    Searched refs:old_piece (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/src/
MultiSrc.c 1503 MultiPiece *old_piece, *piece; local
1506 for (old_piece = NULL, piece = src->multi_src.first_piece, temp = 0;
1507 piece; old_piece = piece, piece = piece->next)
1513 *first = temp - (old_piece ? old_piece->used : 0);
1515 return (old_piece); /* if we run off the end the return the last piece */
AsciiSrc.c 1681 Piece *old_piece, *piece; local
1684 for (old_piece = NULL, piece = src->ascii_src.first_piece, temp = 0;
1685 piece; old_piece = piece, piece = piece->next)
1691 *first = temp - (old_piece ? old_piece->used : 0);
1693 return (old_piece); /* if we run off the end the return the last piece */

Completed in 14 milliseconds