Searched refs:safe_ripoff_stack (Results 1 – 2 of 2) sorted by relevance
156 if (safe_ripoff_sp && safe_ripoff_sp != safe_ripoff_stack) { in delscreen()158 for (rop = safe_ripoff_stack; in delscreen()159 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()
1000 #define safe_ripoff_stack (sp)->rippedoff macro1003 #define safe_ripoff_stack _nc_prescreen.rippedoff macro1706 #define each_ripoff(p) p = safe_ripoff_stack; (p - safe_ripoff_stack) < N_RIPS; ++p