OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newline_anchor
(Results
1 - 7
of
7
) 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;
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h
407
unsigned
newline_anchor
: 1;
404
unsigned
newline_anchor
: 1;
member in struct:re_pattern_buffer
Completed in 178 milliseconds