popcount
_nc_tparm_analyze(TERMINAL *term, const char *string, char **p_is_s, int *popcount)
*popcount = 0;
if (lastpop > *popcount)
*popcount = lastpop;
int popcount;
int analyzed = _nc_tparm_analyze(NULL, value, p_is_s, &popcount);
if (analyzed < popcount) {
analyzed = popcount;
int popcount;
int analyzed = _nc_tparm_analyze(NULL, value, p_is_s, &popcount);
if (analyzed < popcount) {
analyzed = popcount;
int popcount;
popcount = 0;
analyzed = _nc_tparm_analyze(NULL, s, p_is_s, &popcount);
analyzed = _nc_tparm_analyze(NULL, s, p_is_s, &popcount);
if (analyzed < popcount) {
analyzed = popcount;