Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
BEGIN { COUNT = 1
if (TYPE == "") TYPE = "vms";
}
/^[0-9]/ { if (TYPE == "vms") print COUNT, $1;
else if (TYPE == "vmd") print COUNT, $4;
else if (TYPE == "vmx") print COUNT, $2 + $3;
else if (TYPE == "rss") print COUNT, $6;
COUNT = COUNT + 1;
}
/^ / { print COUNT, "0";
COUNT = COUNT + 1; \
}