Searched refs:safe_ripoff_stack (Results 1 – 2 of 2) sorted by relevance
145 if (safe_ripoff_sp && safe_ripoff_sp != safe_ripoff_stack) { in delscreen()146 for (rop = safe_ripoff_stack; in delscreen()147 rop != safe_ripoff_sp && (rop - safe_ripoff_stack) < N_RIPS; in delscreen()623 if (safe_ripoff_sp && safe_ripoff_sp != safe_ripoff_stack) { in NCURSES_SP_NAME()624 for (rop = safe_ripoff_stack; in NCURSES_SP_NAME()625 rop != safe_ripoff_sp && (rop - safe_ripoff_stack) < N_RIPS; in NCURSES_SP_NAME()668 safe_ripoff_sp = safe_ripoff_stack; in NCURSES_SP_NAME()729 safe_ripoff_sp = safe_ripoff_stack; in NCURSES_SP_NAME()730 if (safe_ripoff_sp < safe_ripoff_stack + N_RIPS) { in NCURSES_SP_NAME()
966 #define safe_ripoff_stack (sp)->rippedoff macro969 #define safe_ripoff_stack _nc_prescreen.rippedoff macro1566 #define each_ripoff(p) p = safe_ripoff_stack; (p - safe_ripoff_stack) < N_RIPS; ++p