Home
last modified time | relevance | path

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

/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dpkg_parse.h30 #define PFM_ALTERNATIVES (1 << 1) macro
H A Dpkg_parse.c211 if ((mask & PFM_ALTERNATIVES) && is_field("Alternatives", line)) in pkg_parse_line()