Searched defs:old_piece (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrc.c1143 Piece * old_piece, * piece = src->ascii_src.first_piece; local
1148 old_piece = piece;
1153 return(old_piece); /* if we run off the end the return the last piece */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSrc.c1216 Piece * old_piece, * piece = src->ascii_src.first_piece; local
1221 old_piece = piece;
1226 return(old_piece); /* if we run off the end the return the last piece */
H A DMultiSrc.c1385 MultiPiece * old_piece, * piece = src->multi_src.first_piece; local
1390 old_piece = piece;
1395 return(old_piece); /* if we run off the end the return the last piece */

Completed in 257 milliseconds