bc: rename a few functions
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 19 Dec 2018 12:55:53 +0000 (13:55 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 19 Dec 2018 12:55:53 +0000 (13:55 +0100)
commit5aa54830bf31ccd85d4ffa9be36a56adc64589f9
tree2231ec119c922e6937ae784bf616cad3c5a6eb4f
parente3d3d2067dd535224e7a6f713107a38c3c7e18cd
bc: rename a few functions

function                                             old     new   delta
bc_map_find_ge                                         -      71     +71
bc_map_find_exact                                      -      50     +50
bc_map_index                                          50       -     -50
bc_map_find                                           71       -     -71
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 0/0 up/down: 121/-121)            Total: 0 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/bc.c