Searched refs:PVS (Results 1 – 3 of 3) sorted by relevance
141 #define PVS 0x000e /* 16bit */ macro
369 PVS=`echo $PACKAGE_VERSION | cut -d . -f 4 | cut -d - -f 1`370 if test "x$PVS" = "x"; then371 PVS="0"374 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)"
23388 PVS=`echo $PACKAGE_VERSION | cut -d . -f 4 | cut -d - -f 1`23389 if test "x$PVS" = "x"; then23390 PVS="0"23393 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)"