OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:brlen
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/sed/
mbcs.c
31
int
brlen
(ch, cur_stat)
function
37
/* If we use the generic
brlen
, then MBRLEN == mbrlen. */
sed.h
271
#define
BRLEN
(ch, ps) \
272
(mb_cur_max == 1 ? 1 :
brlen
(ch, ps))
277
#define
BRLEN
(ch, ps) 1
280
extern int
brlen
P_ ((int ch, mbstate_t *ps));
compile.c
481
pending_mb =
BRLEN
(ch, cur_stat) != 1;
550
if (
BRLEN
(slash, &cur_stat) == -2)
559
if (
BRLEN
(ch, &cur_stat) == 1 && !pending_mb)
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/
ChangeLog
694
(
brlen
): Moved to mbcs.c.
837
(
brlen
): New function
[
all
...]
Completed in 123 milliseconds