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

/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c472 int lastpop = -1; local
507 if (lastpop <= 0) {
511 lastpop = -1;
516 if (lastpop > 0) {
518 p_is_s[lastpop - 1] = dummy;
528 lastpop = i;
529 if (lastpop > *popcount)
530 *popcount = lastpop;
546 lastpop = -1;
572 lastpop
[all...]

Completed in 113 milliseconds