Home
last modified time | relevance | path

Searched refs:syntax (Results 1 – 25 of 91) sorted by relevance

1234

/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c66 int syntax = ((extended_regexp_flags & REG_EXTENDED)
70 syntax &= ~RE_DOT_NOT_NULL;
71 syntax |= RE_NO_POSIX_BACKTRACKING;
76 syntax &= ~RE_UNMATCHED_RIGHT_PAREN_ORD;
79 syntax |= RE_UNMATCHED_RIGHT_PAREN_ORD;
82 syntax |= RE_UNMATCHED_RIGHT_PAREN_ORD | RE_LIMITED_OPS | RE_NO_GNU_OPS;
87 syntax |= (new_regex->flags & REG_ICASE) ? RE_ICASE : 0;
90 syntax |= needed_sub ? 0 : RE_NO_SUB;
99 syntax &= ~RE_DOT_NEWLINE;
100 syntax |= RE_HAT_LISTS_NOT_NEWLINE;
[all …]
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c24 size_t length, reg_syntax_t syntax);
59 reg_syntax_t syntax);
61 reg_syntax_t syntax) internal_function;
63 reg_syntax_t syntax, reg_errcode_t *err);
65 re_token_t *token, reg_syntax_t syntax,
68 re_token_t *token, reg_syntax_t syntax,
71 re_token_t *token, reg_syntax_t syntax,
74 re_token_t *token, reg_syntax_t syntax,
78 reg_syntax_t syntax, reg_errcode_t *err);
80 re_token_t *token, reg_syntax_t syntax,
[all …]
Dregex.c46 # define re_set_syntax(syntax) __re_set_syntax (syntax) argument
Dregex.h466 reg_syntax_t _REG_RE_NAME (syntax);
Dregexec.c706 preg->translate, (preg->syntax & RE_ICASE) != 0, in re_search_internal()
752 ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0) in re_search_internal()
3620 if (!(dfa->syntax & RE_DOT_NEWLINE)) in group_nodes_into_DFAstates()
3622 if (dfa->syntax & RE_DOT_NOT_NULL) in group_nodes_into_DFAstates()
3632 if (!(dfa->syntax & RE_DOT_NEWLINE)) in group_nodes_into_DFAstates()
3634 if (dfa->syntax & RE_DOT_NOT_NULL) in group_nodes_into_DFAstates()
3845 if ((!(dfa->syntax & RE_DOT_NEWLINE) && in check_node_accept_bytes()
3847 ((dfa->syntax & RE_DOT_NOT_NULL) && in check_node_accept_bytes()
4103 if ((ch == '\n' && !(mctx->dfa->syntax & RE_DOT_NEWLINE)) in check_node_accept()
4104 || (ch == '\0' && (mctx->dfa->syntax & RE_DOT_NOT_NULL))) in check_node_accept()
Dregex_internal.h698 reg_syntax_t syntax; member
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbug-regex28.c30 reg_syntax_t syntax; member
57 re_set_syntax (tests[i].syntax); in main()
Dbug-regex13.c36 int syntax; member
87 re_set_syntax (tests[i].syntax); in main()
Dmac-mf.sed9 # Change syntax of Makefile vars.
16 # Change pathname syntax.
Dmac-mf.inp83 # Directory syntax:
Dmac-mf.good83 # Directory syntax
/ndk/sources/host-tools/sed-4.2.1/
DBUGS40 regex syntax clashes (problems with backslashes)
42 sed uses the Posix basic regular expression syntax. According to
44 this syntax; notable in the case of GNU sed are `\|', `\+', `\?',
52 This syntax may cause problems when running scripts written for other
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
Dflavors85 # run_make_test() syntax than this line can be removed.
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Deval6 This function will evaluate inline makefile syntax and incorporate the
/ndk/sources/host-tools/make-3.81/glob/
DChangeLog55 * fnmatch.c (internal_fnmatch): Use K&R definition syntax, not ANSI.
/ndk/sources/host-tools/sed-4.2.1/po/
Dsk.po215 " use Perl 5's regular expressions syntax in the script.\n"
218 " použiť syntax regulárnych výrazov z Perlu 5 v skripte.\n"
Dsed.pot212 " use Perl 5's regular expressions syntax in the script.\n"
Dsv.po217 " use Perl 5's regular expressions syntax in the script.\n"
220 " använd Perl 5:s syntax för reguljära uttryck i skriptet.\n"
/ndk/sources/host-tools/make-3.81/
DREADME.OS210 Due to the fact that some people might want to use sh syntax in
DNEWS163 syntax $$@, $$(@D), and $$(@F) in the prerequisites list of a rule.
164 This syntax is only valid within explicit and static pattern rules: it
365 manual for full details. Briefly, syntax like this:
374 COMPATIBILITY: This new syntax means that if you have any rules where
601 * Make now supports the `+=' syntax for a variable definition which appends
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-1126 * Rule Syntax:: General syntax explained.
168 * Static Usage:: The syntax of static pattern rules.
173 * Command Syntax:: Command syntax features and pitfalls.
229 * Conditional Syntax:: The syntax of conditionals.
241 * Eval Function:: Evaluate the arguments as makefile syntax.
1146 Supports `ar' (archive) files using special filename syntax.
1353 All instances of conditional syntax are parsed immediately, in their
1358 variables in a conditional you _must_ use shell conditional syntax, in
1582 * Rule Syntax:: General syntax explained.
1658 the same. There are other differences in the syntax of command lines.
[all …]
Dmake.texi152 * Rule Syntax:: General syntax explained.
194 * Static Usage:: The syntax of static pattern rules.
199 * Command Syntax:: Command syntax features and pitfalls.
255 * Conditional Syntax:: The syntax of conditionals.
267 * Eval Function:: Evaluate the arguments as makefile syntax.
1355 Supports @code{ar} (archive) files using special filename syntax.
1577 All instances of conditional syntax are parsed immediately, in their
1583 shell conditional syntax, in your command script proper, for these
1838 * Rule Syntax:: General syntax explained.
1894 @cindex rule syntax
[all …]
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info71 * Regular Expressions:: Overview of regular expression syntax
197 outside the syntax mandated by POSIX, but some of them (such as
288 * Regular Expressions:: Overview of regular expression syntax
457 brief description of regular expression syntax as used in `sed'.
703 The syntax of the `s' (as in substitute) command is
2089 Regex syntax clashes (problems with backslashes)
2090 `sed' uses the POSIX basic regular expression syntax. According to
2092 this syntax; notable in the case of `sed' are `\|', `\+', `\?',
2100 This syntax may cause problems when running scripts written for
2272 * Extended regular expressions, syntax: Extended regexps. (line 6)
[all …]
Dsed.texi104 * Regular Expressions:: Overview of regular expression syntax
291 are outside the syntax mandated by @acronym{POSIX}, but some
407 * Regular Expressions:: Overview of regular expression syntax
659 of regular expression syntax as used in @command{sed}.
957 The syntax of the @code{s} (as in substitute) command is
1570 The syntax without the @code{o} is active in Perl mode, while the one
2702 Also, @value{SSED} recognizes the @sc{posix} syntax
2854 @item Regex syntax clashes (problems with backslashes)
2856 @cindex Non-bugs, regex syntax clashes
2857 @command{sed} uses the @sc{posix} basic regular expression syntax. According to
[all …]
Dsed-in.texi103 * Regular Expressions:: Overview of regular expression syntax
290 are outside the syntax mandated by @acronym{POSIX}, but some
406 * Regular Expressions:: Overview of regular expression syntax
658 of regular expression syntax as used in @command{sed}.
956 The syntax of the @code{s} (as in substitute) command is
1569 The syntax without the @code{o} is active in Perl mode, while the one
2535 Also, @value{SSED} recognizes the @sc{posix} syntax
2687 @item Regex syntax clashes (problems with backslashes)
2689 @cindex Non-bugs, regex syntax clashes
2690 @command{sed} uses the @sc{posix} basic regular expression syntax. According to
[all …]

1234