Searched refs:oimage (Results 1 – 1 of 1) sorted by relevance
307 PetscImageList image, oimage = SAWs_images; in PetscImageListAdd() local311 if (oimage) { in PetscImageListAdd()312 PetscCall(PetscStrcmp(filename, oimage->filename, &flg)); in PetscImageListAdd()314 oimage->count = count; in PetscImageListAdd()317 while (oimage->next) { in PetscImageListAdd()318 oimage = oimage->next; in PetscImageListAdd()319 PetscCall(PetscStrcmp(filename, oimage->filename, &flg)); in PetscImageListAdd()321 oimage->count = count; in PetscImageListAdd()326 oimage->next = image; in PetscImageListAdd()