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

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c343 int lastpop = -1; local
375 if (lastpop <= 0)
377 lastpop = -1;
382 if (lastpop > 0)
383 p_is_s[lastpop - 1] = dummy;
391 lastpop = i;
392 if (lastpop > *popcount)
393 *popcount = lastpop;
408 lastpop = -1;
431 lastpop
[all...]

Completed in 60 milliseconds