Home
last modified time | relevance | path

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

/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Darchive-setup.c65 …ch_archive_populate_fqcategory_exists (struct arch_archive * arch, assoc_table * fqcategory_exists) in arch_archive_populate_fqcategory_exists() argument
75 assoc_set_taking (fqcategory_exists, rel_make_field_str (cat), rel_make_field_str ("yes")); in arch_archive_populate_fqcategory_exists()
93 assoc_table fqcategory_exists = 0; in arch_setup_archive_ext() local
118 arch_archive_populate_fqcategory_exists (arch, &fqcategory_exists); in arch_setup_archive_ext()
121 if (!fqcategory_exists) in arch_setup_archive_ext()
122 arch_archive_populate_fqcategory_exists (arch, &fqcategory_exists); in arch_setup_archive_ext()
129 …if ((arch->type != arch_archive_baz) && !assoc_get_str_taking (fqcategory_exists, rel_make_field_s… in arch_setup_archive_ext()
137 …assoc_set_taking (&fqcategory_exists, rel_make_field_str (fqcategory), rel_make_field_str ("yes")); in arch_setup_archive_ext()
309 free_assoc_table (fqcategory_exists); in arch_setup_archive_ext()