Home
last modified time | relevance | path

Searched refs:arch_library_path_search_order (Results 1 – 5 of 5) sorted by relevance

/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-my-revision-library.c94 enum arch_library_path_type path_type = arch_library_path_search_order; in arch_cmd_my_revision_library()
153 path_type = arch_library_path_search_order; in arch_cmd_my_revision_library()
H A Dmy.h22 arch_library_path_search_order = 3, enumerator
H A Dmy.c403 case arch_library_path_search_order: in arch_my_library_path()
470 case arch_library_path_search_order: in arch_set_my_library_path()
H A Dlibraries.c48 …th = arch_my_library_path (for_add ? arch_library_path_add_order : arch_library_path_search_order); in arch_library_archive_dirs()
407 lib_path = arch_my_library_path (arch_library_path_search_order); in arch_library_archives()
833 lib_path = arch_my_library_path (arch_library_path_search_order); in arch_verify_is_library()
H A Dcmd-get.c234 library_path = arch_my_library_path (arch_library_path_search_order); in arch_cmd_get()