HomeSort by relevance Sort by last modified time
    Searched refs:newline_anchor (Results 1 - 8 of 8) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 518 unsigned int _REG_RE_NAME (newline_anchor) : 1;
regex_internal.c 775 && pstr->newline_anchor)
795 : ((IS_NEWLINE (c) && pstr->newline_anchor)
954 return (IS_WIDE_NEWLINE (wc) && input->newline_anchor
963 return IS_NEWLINE (c) && input->newline_anchor ? CONTEXT_NEWLINE : 0;
    [all...]
regex_internal.h 413 unsigned char newline_anchor; member in struct:re_string_t
regcomp.c 237 bufp->newline_anchor = 1;
453 `newline_anchor' to REG_NEWLINE being set in CFLAGS;
505 preg->newline_anchor = 1;
508 preg->newline_anchor = 0;
732 re_comp_buf.newline_anchor = 1;
    [all...]
regexec.c 693 the regex must be anchored. If preg->newline_anchor is set,
698 || !preg->newline_anchor))
715 mctx.input.newline_anchor = preg->newline_anchor;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 107 new_regex->pattern.newline_anchor = (new_regex->flags & REG_NEWLINE) != 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h 433 unsigned __REPB_PREFIX(newline_anchor) : 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 433 unsigned __REPB_PREFIX(newline_anchor) : 1;

Completed in 170 milliseconds