Natanael Copa 7e6f9316a8 lineedit: trivial codeshrink for vi-mode
Introduce and use BB_isalnum_or_underscore().

function                                             old     new   delta
BB_isalnum_or_underscore                               -      43     +43
vi_word_motion                                       162     150     -12
vi_end_motion                                        163     145     -18
vi_back_motion                                       198     179     -19
BB_isalnum                                            39       -     -39
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 0/3 up/down: 43/-88)            Total: -45 bytes

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-08-14 23:30:29 +02:00
..
2013-02-26 00:36:53 +01:00
2012-10-03 09:42:21 +02:00
2015-10-07 19:17:01 +02:00
2015-07-13 03:25:46 +02:00
2016-06-19 21:54:04 +02:00
2015-10-23 18:43:16 +02:00
2016-04-03 22:24:51 +02:00
2015-08-24 20:00:17 +02:00
2015-04-02 23:03:46 +02:00
2015-03-22 17:56:38 +01:00
2015-08-24 20:00:17 +02:00

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>