Searched refs:new_from (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/ncurses/ncurses/tty/ |
| D | hashmap.c | 168 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/ |
| D | expr.c | 476 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()
|