Home
last modified time | relevance | path

Searched refs:NEWTEXT (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/lib/libncurses/src/ncurses/tty/
Dhashmap.c87 # define NEWTEXT(m) newtext[m] macro
94 # define NEWTEXT(m) newscr->_line[m].text
175 return (((blank ? update_cost_from_blank(NEWTEXT(to)) in cost_effective()
176 : update_cost(OLDTEXT(to), NEWTEXT(to))) in cost_effective()
177 + update_cost(OLDTEXT(new_from), NEWTEXT(from))) in cost_effective()
178 >= ((new_from == from ? update_cost_from_blank(NEWTEXT(from)) in cost_effective()
179 : update_cost(OLDTEXT(new_from), NEWTEXT(from))) in cost_effective()
180 + update_cost(OLDTEXT(from), NEWTEXT(to)))) ? TRUE : FALSE; in cost_effective()
292 newhash[i] = hash(NEWTEXT(i)); in _nc_hash_map()
303 newhash[i] = hash(NEWTEXT(i)); in _nc_hash_map()
[all …]