Lines Matching refs:PKGS
143 dbmopen(%PKGS, "$DBDir/PKGS", 0664) || die"Cannot open dbm db $DBDir/PKGS\n";
151 undef %PKGS;
167 &yelp ("...making the FTYPE MODE and PKGS databases\n");
233 $currPkgs = $PKGS{$Entity};
235 $PKGS{$Entity} = "$currPkgs $thisPkg";
248 # would belong in many packages, the $PKGS hash would not
256 $PKGS{$Entity} = $FirstPackage[0];
259 $PKGS{$Entity} = $Package; # update PKGS database
303 dbmclose (PKGS);