Lines Matching defs:sp
91 # define screen_lines(sp) MAXLINES argument
92 # define TEXTWIDTH(sp) 1 argument
96 # define OLDNUM(sp,n) oldnums[n] argument
97 # define OLDTEXT(sp,n) oldtext[n] argument
98 # define NEWTEXT(sp,m) newtext[m] argument
99 # define PENDING(sp,n) 1 argument
111 #define oldhash(sp) ((sp)->oldhash) argument
112 #define newhash(sp) ((sp)->newhash) argument
113 #define hashtab(sp) ((sp)->hashtab) argument
114 #define lines_alloc(sp) ((sp)->hashtab_len) argument
125 hash(SCREEN *sp, NCURSES_CH_T *text) in hash()
141 update_cost(SCREEN *sp, NCURSES_CH_T *from, NCURSES_CH_T *to) in update_cost()
155 update_cost_from_blank(SCREEN *sp, NCURSES_CH_T *to) in update_cost_from_blank()
177 cost_effective(SCREEN *sp, const int from, const int to, const int blank) in cost_effective()
202 grow_hunks(SCREEN *sp) in grow_hunks()
247 if (newhash(sp)[i] == oldhash(sp)[i + shift] in grow_hunks() local
267 if (newhash(sp)[i] == oldhash(sp)[i + shift] in grow_hunks() local