Searched refs:lastpop (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c341 int lastpop = -1; local
373 if (lastpop <= 0)
375 lastpop = -1;
380 if (lastpop > 0)
381 p_is_s[lastpop - 1] = dummy;
389 lastpop = i;
390 if (lastpop > *popcount)
391 *popcount = lastpop;
406 lastpop = -1;
429 lastpop
[all...]

Completed in 40 milliseconds