Searched refs:temp_piece (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DMultiSrc.c365 MultiPiece *start_piece, *end_piece, *temp_piece; local in function:ReplaceText
418 if ((temp_piece = start_piece->next) == NULL)
426 while (temp_piece != end_piece) {
427 temp_piece = temp_piece->next;
428 RemovePiece(src, temp_piece->prev);
H A DAsciiSrc.c449 Piece *start_piece, *end_piece, *temp_piece; local in function:ReplaceText
526 if ((temp_piece = start_piece->next) == NULL)
536 while (temp_piece != end_piece) {
537 temp_piece = temp_piece->next;
538 RemovePiece(src, temp_piece->prev);

Completed in 5 milliseconds