Lines Matching refs:paths
653 *paths; in GetConfigureOptions() local
666 paths=GetConfigurePaths(filename,exception); in GetConfigureOptions()
667 if (paths != (LinkedListInfo *) NULL) in GetConfigureOptions()
669 ResetLinkedListIterator(paths); in GetConfigureOptions()
670 element=(const char *) GetNextValueInLinkedList(paths); in GetConfigureOptions()
680 element=(const char *) GetNextValueInLinkedList(paths); in GetConfigureOptions()
682 paths=DestroyLinkedList(paths,RelinquishMagickMemory); in GetConfigureOptions()
745 *paths; in GetConfigurePaths() local
751 paths=NewLinkedList(0); in GetConfigurePaths()
776 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
784 (void) AppendValueToLinkedList(paths,ConstantString(MAGICKCORE_SHARE_PATH)); in GetConfigurePaths()
787 (void) AppendValueToLinkedList(paths,ConstantString( in GetConfigurePaths()
791 (void) AppendValueToLinkedList(paths,ConstantString( in GetConfigurePaths()
795 (void) AppendValueToLinkedList(paths,ConstantString( in GetConfigurePaths()
811 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
830 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
834 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
837 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
840 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
850 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
862 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
865 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
868 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
874 (void) AppendValueToLinkedList(paths,ConstantString("")); in GetConfigurePaths()
896 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
908 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
930 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
941 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
944 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
948 if (GetNumberOfElementsInLinkedList(paths) == 0) in GetConfigurePaths()
951 return(paths); in GetConfigurePaths()