Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/ncurses/tty/
Dhashmap.c168 int new_from; in cost_effective() local
173 new_from = OLDNUM(sp, from); in cost_effective()
174 if (new_from == _NEWINDEX) in cost_effective()
175 new_from = from; in cost_effective()
183 + update_cost(sp, OLDTEXT(sp, new_from), NEWTEXT(sp, from))) in cost_effective()
184 >= ((new_from == from ? update_cost_from_blank(sp, NEWTEXT(sp, from)) in cost_effective()
185 : update_cost(sp, OLDTEXT(sp, new_from), NEWTEXT(sp, from))) in cost_effective()
/freebsd-12-stable/contrib/gcc/
Dexpr.c476 rtx new_from; in convert_move() local
490 new_from = gen_reg_rtx (full_mode); in convert_move()
492 new_from, from, UNKNOWN); in convert_move()
496 from = new_from; in convert_move()