break;
case 'p':
do {
if (selection_type) std_err("conflicting process selection");
if (selection_type && selection_type != 'p') std_err("conflicting process selection");
selection_type = 'p';
if (cp[1]) cp++;
else if (*args) cp = *args++;