Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 25 of 28) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/m4/
Dregex.m4178 [Define to rpl_re_syntax_options if the replacement should be used.])
180 [Define to rpl_re_set_syntax if the replacement should be used.])
182 [Define to rpl_re_compile_pattern if the replacement should be used.])
184 [Define to rpl_re_compile_fastmap if the replacement should be used.])
186 [Define to rpl_re_search if the replacement should be used.])
188 [Define to rpl_re_search_2 if the replacement should be used.])
190 [Define to rpl_re_match if the replacement should be used.])
192 [Define to rpl_re_match_2 if the replacement should be used.])
194 [Define to rpl_re_set_registers if the replacement should be used.])
196 [Define to rpl_re_comp if the replacement should be used.])
[all …]
Dgettimeofday.m492 [Define to rpl_gmtime if the replacement function should be used.])
94 [Define to rpl_localtime if the replacement function should be used.])
Dlstat.m414 dnl If lstat does not exist, the replacement <sys/stat.h> does
Dstrnlen.m425 [Define to rpl_strnlen if the replacement function should be used.])
Dsys_time_h.m41 # Configure a replacement for <sys/time.h>.
Dmkstemp.m413 # On systems like the above, arrange to use the replacement function.
Dsys_stat_h.m415 dnl stat is a good replacement.
Drename.m453 [Define to rpl_rename if the replacement function should be used.])
Dgetopt.m423 [Define to rpl_ if the getopt replacement functions and variables
Dstring_h.m41 # Configure a GNU-like replacement for <string.h>.
Dwchar.m448 dnl Unconditionally enables the replacement of <wchar.h>.
/ndk/docs/tools/
Dndk-markdown-substitutions.py12 def __init__(self,pattern,replacement): argument
14 self.replacement = replacement
17 return self.pattern.sub(self.replacement, line)
22 def add_filter(pattern, replacement): argument
24 filter = Filter(pattern, replacement)
/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.h114 struct replacement { struct
119 struct replacement *next; argument
124 struct replacement *replacement; member
Dcompile.c751 static struct replacement *new_replacement P_((char *, size_t,
753 static struct replacement *
759 struct replacement *r = OB_MALLOC(&obs, 1, struct replacement);
781 struct replacement root;
782 struct replacement *tail;
872 sub->replacement = root.next;
Dexecute.c1123 static enum replacement_types append_replacement P_((struct line *, struct replacement *,
1129 struct replacement *p;
1191 if (!sub->replacement && sub->numb <= 1)
1240 repl_mod = append_replacement (&s_accum, sub->replacement, &regs, repl_mod);
/ndk/sources/host-tools/sed-4.2.1/
Dconfig_h.in692 /* Define to rpl_ if the getopt replacement functions and variables should be
699 /* Define to rpl_gmtime if the replacement function should be used. */
718 /* Define to rpl_localtime if the replacement function should be used. */
721 /* Define to rpl_malloc if the replacement function should be used. */
730 /* Define to rpl_re_comp if the replacement should be used. */
733 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
736 /* Define to rpl_re_compile_pattern if the replacement should be used. */
739 /* Define to rpl_re_exec if the replacement should be used. */
742 /* Define to rpl_re_match if the replacement should be used. */
745 /* Define to rpl_re_match_2 if the replacement should be used. */
[all …]
DChangeLog1599 Abstracted out `struct replacement' from `struct subst'.
1658 ADDNUL() wrapper to nul_append(); simplify replacement
1659 expansion by using the new "struct replacement" data structure;
3170 Fixed \\ in replacement of 's' command
/ndk/sources/host-tools/make-3.81/config/
Dintmax.m411 dnl find a replacement if it is lacking.
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.texi958 @samp{s/@var{regexp}/@var{replacement}/@var{flags}}. The @code{/}
962 can appear in the @var{regexp} or @var{replacement}
970 space which was matched is replaced with @var{replacement}.
974 The @var{replacement} can contain @code{\@var{n}} (@var{n} being
978 Also, the @var{replacement} can contain unescaped @code{&}
989 Turn the replacement
997 Turn the replacement to uppercase
1009 replacement, be sure to precede the desired @code{\}, @code{&},
1010 or newline in the @var{replacement} with a @code{\}.
1021 Apply the replacement to @emph{all} matches to the @var{regexp},
Dsed-in.texi957 @samp{s/@var{regexp}/@var{replacement}/@var{flags}}. The @code{/}
961 can appear in the @var{regexp} or @var{replacement}
969 space which was matched is replaced with @var{replacement}.
973 The @var{replacement} can contain @code{\@var{n}} (@var{n} being
977 Also, the @var{replacement} can contain unescaped @code{&}
988 Turn the replacement
996 Turn the replacement to uppercase
1008 replacement, be sure to precede the desired @code{\}, @code{&},
1009 or newline in the @var{replacement} with a @code{\}.
1020 Apply the replacement to @emph{all} matches to the @var{regexp},
Dsed.info726 Turn the replacement to lowercase until a `\U' or `\E' is found,
732 Turn the replacement to uppercase until a `\L' or `\E' is found,
740 To include a literal `\', `&', or newline in the final replacement,
748 Apply the replacement to _all_ matches to the REGEXP, not just the
/ndk/sources/host-tools/nawk-20071023/
DFIXES422 fixed some bugs in sub and gsub when replacement includes \\.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.texi3884 tend to install a replacement shell. Therefore, on MS-DOS, @code{make}
6283 Performs a textual replacement on the text @var{text}: each occurrence
6293 @item $(patsubst @var{pattern},@var{replacement},@var{text})
6296 @var{pattern} and replaces them with @var{replacement}. Here
6299 @var{replacement} also contains a @samp{%}, the @samp{%} is replaced
6301 @samp{%} in the @var{pattern} and @var{replacement} is treated this
6338 $(@var{var}:@var{pattern}=@var{replacement})
6345 $(patsubst @var{pattern},@var{replacement},$(@var{var}))
6352 $(@var{var}:@var{suffix}=@var{replacement})
6359 $(patsubst %@var{suffix},%@var{replacement},$(@var{var}))
[all …]
/ndk/sources/host-tools/make-3.81/
DNEWS755 * There is now a Unix man page for GNU Make. It is certainly not a replacement
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex1302 % #2 is the replacement.
6922 % \\ in macro replacement text gets you a backslash.
7606 % This \insert replacement works for both \insert\footins{foo} and
8129 % correctly categorized when TeX reads the replacement text of

12