Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DWindowsFormsSynchronizationContext.cs34 private static bool auto_installed; field in System.Windows.Forms.WindowsFormsSynchronizationContext
47 auto_installed = true; in WindowsFormsSynchronizationContext()
55 get { return auto_installed; }
56 set { auto_installed = value; }
/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dpkg.h184 unsigned int auto_installed:1; member
H A Dpkg.c423 if (!oldpkg->auto_installed) in pkg_merge()
424 oldpkg->auto_installed = newpkg->auto_installed; in pkg_merge()
675 if (pkg->auto_installed) in pkg_formatted_field()
H A Dopkg_remove.c199 if (!p->auto_installed) in remove_autoinstalled()
H A Dpkg_parse.c219 pkg->auto_installed = 1; in pkg_parse_line()
H A Dopkg_install.c101 dep->auto_installed = 1; in satisfy_dependencies_for()
372 if (!p->auto_installed) in pkg_remove_orphan_dependent()