Lines Matching full:installed

61 PACKAGES_DETECTED=	# Boolean (NULL/non-NULL); detected installed packages?
76 # category name if its index has been cached, adding the number of installed
96 # Add number of installed packages for this category (if any)
167 # Detect installed packages. Currently this uses pkg-query(8) for querying
168 # entries and marks each entry as an installed/selected package.
182 # Calculate number of installed/selected packages for each category listed in
183 # $PACKAGE_CATEGORIES (the number of installed packages for $category is stored
186 # Also calculates the total number of installed/selected packages stored as
191 # varpkg'. A mark can be "X" for an installed package, `I' for a package that
530 # with regard to "deselecting" an already installed package. Choices include
531 # uninstall, re-install, or cancel (leave $package marked as installed).
680 # Detect installed packages (updates marks/SELECTED_PACKAGES)
879 # detected the installed packages -- something we should do only once.
882 f_dprintf "f_package_add: Detecting installed packages"
886 # Now we have: _mark_{varpkg}=X for all installed packages
889 # Since we're maintaining data structures for installed packages,
891 # installed. This prevents wasted cycles, minor delays between package
903 # Skip dependency if already installed
1109 # detected the installed packages -- something we should do only once.
1112 f_dprintf "$funcname: Detecting installed packages"
1116 # Now we have: _mark_{varpkg}=X for all installed packages
1119 # Return failure if the package is not already installed.