Lines Matching refs:PVS
27765 PVS=`echo $PACKAGE_VERSION | cut -d . -f 4 | cut -d - -f 1`27766 if test "x$PVS" = "x"; then27767 PVS="0"27770 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)"