HomeSort by relevance Sort by last modified time
    Searched full:cur_stat (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
mbcs.c 29 CUR_STAT, and answer its length if a character is completed,
31 int brlen (ch, cur_stat)
33 mbstate_t *cur_stat;
38 int result = mbrtowc(NULL, &c, 1, cur_stat);
43 memset (cur_stat, 0, sizeof (mbstate_t));
compile.c 456 static int snarf_char_class P_((struct buffer *b, mbstate_t *cur_stat));
458 snarf_char_class(b, cur_stat)
460 mbstate_t *cur_stat;
481 pending_mb = BRLEN (ch, cur_stat) != 1;
545 mbstate_t cur_stat;
547 memset (&cur_stat, 0, sizeof (mbstate_t));
550 if (BRLEN (slash, &cur_stat) == -2)
553 memset (&cur_stat, 0, sizeof (mbstate_t));
558 bool pending_mb = !MBSINIT (&cur_stat);
559 if (BRLEN (ch, &cur_stat) == 1 && !pending_mb
539 mbstate_t cur_stat; local
1313 mbstate_t cur_stat; local
1430 mbstate_t cur_stat; local
    [all...]

Completed in 65 milliseconds