Searched refs:safe_ripoff_stack (Results 1 – 2 of 2) sorted by relevance
158 if (safe_ripoff_sp && safe_ripoff_sp != safe_ripoff_stack) { in delscreen()160 for (rop = safe_ripoff_stack; in delscreen()161 rop != safe_ripoff_sp && (rop - safe_ripoff_stack) < N_RIPS; in delscreen()702 if (safe_ripoff_sp && safe_ripoff_sp != safe_ripoff_stack) { in NCURSES_SP_NAME()705 for (rop = safe_ripoff_stack; in NCURSES_SP_NAME()706 rop != safe_ripoff_sp && (rop - safe_ripoff_stack) < N_RIPS; in NCURSES_SP_NAME()752 safe_ripoff_sp = safe_ripoff_stack; in NCURSES_SP_NAME()817 safe_ripoff_sp = safe_ripoff_stack; in NCURSES_SP_NAME()819 if (safe_ripoff_sp < safe_ripoff_stack + N_RIPS) { in NCURSES_SP_NAME()824 (int) (safe_ripoff_sp - safe_ripoff_stack), N_RIPS)); in NCURSES_SP_NAME()
936 #define safe_ripoff_stack (sp)->rippedoff macro939 #define safe_ripoff_stack _nc_prescreen.rippedoff macro1623 #define each_ripoff(p) p = safe_ripoff_stack; (p - safe_ripoff_stack) < N_RIPS; ++p