/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | regexp.c | 66 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/ |
D | regcomp.c | 24 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 …]
|
D | regex.c | 46 # define re_set_syntax(syntax) __re_set_syntax (syntax) argument
|
D | regex.h | 466 reg_syntax_t _REG_RE_NAME (syntax);
|
D | regexec.c | 706 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()
|
D | regex_internal.h | 698 reg_syntax_t syntax; member
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | bug-regex28.c | 30 reg_syntax_t syntax; member 57 re_set_syntax (tests[i].syntax); in main()
|
D | bug-regex13.c | 36 int syntax; member 87 re_set_syntax (tests[i].syntax); in main()
|
D | mac-mf.sed | 9 # Change syntax of Makefile vars. 16 # Change pathname syntax.
|
D | mac-mf.inp | 83 # Directory syntax:
|
D | mac-mf.good | 83 # Directory syntax �
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | BUGS | 40 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/ |
D | flavors | 85 # run_make_test() syntax than this line can be removed.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | eval | 6 This function will evaluate inline makefile syntax and incorporate the
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | ChangeLog | 55 * fnmatch.c (internal_fnmatch): Use K&R definition syntax, not ANSI.
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | sk.po | 215 " 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"
|
D | sed.pot | 212 " use Perl 5's regular expressions syntax in the script.\n"
|
D | sv.po | 217 " 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/ |
D | README.OS2 | 10 Due to the fact that some people might want to use sh syntax in
|
D | NEWS | 163 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/ |
D | make.info-1 | 126 * 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 …]
|
D | make.texi | 152 * 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/ |
D | sed.info | 71 * 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 …]
|
D | sed.texi | 104 * 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 …]
|
D | sed-in.texi | 103 * 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 …]
|