VLV_PARAM_SEP
fprintf( stderr, gettext(" -G before%cafter%cindex%ccount | before%cafter%cvalue where 'before' and\n"), VLV_PARAM_SEP, VLV_PARAM_SEP, VLV_PARAM_SEP, VLV_PARAM_SEP, VLV_PARAM_SEP );
s = strchr(optarg, VLV_PARAM_SEP );
s = strchr(s, VLV_PARAM_SEP );
if (strchr( s, VLV_PARAM_SEP ))
vlv_count = atoi( strchr( s, VLV_PARAM_SEP) + 1);