Searched refs:N_RIPS (Results 1 – 2 of 2) sorted by relevance
147 rop != safe_ripoff_sp && (rop - safe_ripoff_stack) < N_RIPS; in delscreen()625 rop != safe_ripoff_sp && (rop - safe_ripoff_stack) < N_RIPS; in NCURSES_SP_NAME()730 if (safe_ripoff_sp < safe_ripoff_stack + N_RIPS) { in NCURSES_SP_NAME()
926 #define N_RIPS 5 macro937 ripoff_t rippedoff[N_RIPS];1227 ripoff_t rippedoff[N_RIPS];1566 #define each_ripoff(p) p = safe_ripoff_stack; (p - safe_ripoff_stack) < N_RIPS; ++p