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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrc.c266 Piece *start_piece, *end_piece, *temp_piece; local
289 temp_piece = start_piece->next;
299 while (temp_piece != end_piece) {
300 temp_piece = temp_piece->next;
301 RemovePiece(src, temp_piece->prev);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSrc.c277 Piece *start_piece, *end_piece, *temp_piece; local
298 temp_piece = start_piece->next;
308 while (temp_piece != end_piece) {
309 temp_piece = temp_piece->next;
310 RemovePiece(src, temp_piece->prev);
H A DMultiSrc.c289 MultiPiece *start_piece, *end_piece, *temp_piece; local
340 temp_piece = start_piece->next;
348 while (temp_piece != end_piece) {
349 temp_piece = temp_piece->next;
350 RemovePiece(src, temp_piece->prev);

Completed in 27 milliseconds