lineedit: preparatory cleanup patch for Unicode completion fix
authorDenys Vlasenko <dvlasenk@redhat.com>
Thu, 2 Sep 2010 10:01:11 +0000 (12:01 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Thu, 2 Sep 2010 10:01:11 +0000 (12:01 +0200)
commitb068bd7a4189f86d55b22242ec65e2ad56a9d719
treed4e1ed394fd214dc767068bd2007d45a07124200
parent7aa63042d04d320b84c207996086bd41b5bc268f
lineedit: preparatory cleanup patch for Unicode completion fix

Some logic changes and function renames. The fix will follow this patch,
to mkae it distinct from cleanup.

function                                             old     new   delta
build_match_prefix                                     -     892    +892
username_completion                                    -     121    +121
read_line_input                                     4902    4966     +64
username_tab_completion                              235       -    -235
find_match                                           892       -    -892
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 1/0 up/down: 1077/-1127)        Total: -50 bytes

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
libbb/lineedit.c