Lines Matching refs:nexus
545 *nexus; in DisplayImageCommand() local
552 nexus=XDisplayImage(display,&resource_info,argv,argc, in DisplayImageCommand()
554 if (nexus == (Image *) NULL) in DisplayImageCommand()
556 while ((nexus != (Image *) NULL) && ((state & ExitState) == 0)) in DisplayImageCommand()
561 if (nexus->montage != (char *) NULL) in DisplayImageCommand()
566 display_image=nexus; in DisplayImageCommand()
569 next=XDisplayImage(display,&resource_info,argv,argc,&nexus, in DisplayImageCommand()
572 (GetNextImageInList(nexus) != (Image *) NULL)) in DisplayImageCommand()
574 display_image=GetNextImageInList(nexus); in DisplayImageCommand()
575 nexus=NewImageList(); in DisplayImageCommand()
579 if (nexus != display_image) in DisplayImageCommand()
580 nexus=DestroyImageList(nexus); in DisplayImageCommand()
581 nexus=next; in DisplayImageCommand()