Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 34) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/lib/
Dquotearg.c49 enum quoting_style style; member
106 return (o ? o : &default_quoting_options)->style; in get_quoting_style()
114 (o ? o : &default_quoting_options)->style = s; in set_quoting_style()
151 quoting_options_from_style (enum quoting_style style) in quoting_options_from_style() argument
154 o.style = style; in quoting_options_from_style()
586 p->style, p->flags, p->quote_these_too); in quotearg_buffer()
613 size_t bufsize = quotearg_buffer_restyled (0, 0, arg, argsize, p->style, in quotearg_alloc_mem()
616 quotearg_buffer_restyled (buf, bufsize, arg, argsize, p->style, flags, in quotearg_alloc_mem()
705 options->style, flags, in quotearg_n_options()
714 quotearg_buffer_restyled (val, size, arg, argsize, options->style, in quotearg_n_options()
/ndk/sources/host-tools/make-3.81/config/
Ddospaths.m41 # Test if the system uses DOS-style pathnames (drive specs and backslashes)
22 AC_CACHE_CHECK([whether system uses MSDOS-style paths], [ac_cv_dos_paths],
35 [Define if the system uses DOS-style pathnames.])
DChangeLog3 * dospaths.m4: Add MSYS to the list of targets allowing DOS-style
13 * dospaths.m4: New macro to test for DOS-style pathnames, based on
/ndk/sources/host-tools/make-3.81/
DREADME.DOS10 2. Supports both stock DOS COMMAND.COM and Unix-style shells
15 4. Better support for DOS-style backslashes in pathnames (but see
93 6. After Make finishes, if you have a Unix-style shell installed,
107 Without a Unix-style shell, you will have to install programs
123 7. The `clean' targets also require Unix-style shell, and GNU Sed
146 4DOS/NDOS replacements), and Unix-style shells (tested with the
150 When the $SHELL variable points to a Unix-style shell, Make
159 If $SHELL points to a DOS-style shell, however, Make will not
193 the Unix-style command substitution (`command`) feature.
281 5. DOS-style pathnames.
[all …]
Dreadme.vms45 logical DECC$GLOB_UNIX_STYLE), which can be set to get Unix style
203 /bin/sh style I/O redirection is supported. You can now write lines like
212 $(dir ...) and $(wildcard ...). Unix-style and VMS-style names are
Daclocal.m4158 AC_CACHE_CHECK([dependency style of $depcc],
388 # The call with PACKAGE and VERSION arguments is the old style
420 dnl Distinguish between old-style and new-style calls.
541 AC_MSG_CHECKING([for style of include used by $am_make])
545 # First try GNU make style include.
557 # Now try BSD make style include.
Dconfig.log128 configure:2720: checking for style of include used by make
130 configure:2776: checking dependency style of gcc
Dconfigure.in129 # Check for DOS-style pathnames.
205 /* Some POSIXoid systems have both the new-style macros and the old
Dconfig.h.W3225 # pragma warning(disable:4131) /* uses old-style declarator */
389 /* Define for large files, on AIX-style hosts. */
DChangeLog1038 the code that implements SySV-style automatic variables.
1045 the code). Remove the code that implements SySV-style automatic
1587 DOS-style paths.
1634 DOS-style pathnames: backslash separators and drive specifiers.
1820 * *.c: Convert to using ANSI C-style function definitions.
1856 * dir.c: Change hash functions to use K&R function definition style.
1977 * hash.c: Change function definitions to be K&R style.
2239 (readstring): Read the next line from a string-style ebuffer.
2401 Rework to use new-style autoconf features. Use the "external"
Dconfig.h.in420 /* Define for large files, on AIX-style hosts. */
DREADME.W3285 The MSDOS mode style execution has not been tested that
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed-in.texi88 * Extended regexps:: @command{egrep}-style regular expressions
90 * Perl regexps:: Perl-style regular expressions
131 Perl regexps:: Perl-style regular expressions
260 @cindex In-place editing, Perl-style backup file names
338 @cindex Perl-style regular expressions, choosing
339 @cindex @value{SSEDEXT}, Perl-style regular expressions
340 Use Perl-style regular expressions rather than basic
341 regular expressions. Perl-style regexps are extremely
344 Perl-style regular expressions}.
516 @cindex Perl-style regular expressions, case-insensitive
[all …]
Dsed.texi89 * Extended regexps:: @command{egrep}-style regular expressions
91 * Perl regexps:: Perl-style regular expressions
132 Perl regexps:: Perl-style regular expressions
261 @cindex In-place editing, Perl-style backup file names
339 @cindex Perl-style regular expressions, choosing
340 @cindex @value{SSEDEXT}, Perl-style regular expressions
341 Use Perl-style regular expressions rather than basic
342 regular expressions. Perl-style regexps are extremely
345 Perl-style regular expressions}.
517 @cindex Perl-style regular expressions, case-insensitive
[all …]
/ndk/sources/host-tools/sed-4.2.1/
Daclocal.m4185 AC_CACHE_CHECK([dependency style of $depcc],
402 # The call with PACKAGE and VERSION arguments is the old style
438 dnl Distinguish between old-style and new-style calls.
444 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
567 AC_MSG_CHECKING([for style of include used by $am_make])
571 # First try GNU make style include.
583 # Now try BSD make style include.
DChangeLog1558 (The odd "prototype declaration+old-style definition"
1559 style is used because I feel it is the least ugly way
1722 * sed/compile.c(check_final_program): reflect new style of
1831 --option:value, but leave DOS-style d:/foo/bar file names intact.
2027 old-style the declaration for bootstrap_memchr()!
2312 * lib/strerror.c: use old-style function declaration.
2324 * sed/execute.c (slow_getline): use old-style function
DNEWS371 matching (Perl-style); in addresses, only `M' works.
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
Dflavors84 # Clean up from "old style" testing. If all the above tests are converted to
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmac-mf.inp5 # MPW-style lines for the MakeFile.
78 # End of MPW-style lines for MakeFile.
Dmac-mf.good5 # MPW-style lines for the MakeFile
78 # End of MPW-style lines for MakeFile
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexi2dvi479 | $makeinfo --footnote-style=end -I "$filename_dir" $miincludes \
Dtexinfo.tex1627 % Change the current font style to #1, remembering it in \curfontstyle.
1636 % Select #1 fonts with the current style.
1650 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1656 % We don't need math for this font style.
2399 % Markup style infrastructure. \defmarkupstylesetup\INITMACRO will
2400 % define and register \INITMACRO to be called on markup style changes.
2402 % style and the set of \ifmarkupSTYLE switches for all styles
2434 % Markup style setup for left and right quotes.
2861 % @euro{} comes from a separate font, depending on the current style.
3258 % This produces Day Month Year style of output.
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral334 # Have to use the old style invocation to test this.
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.03595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3596 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3600 # First try GNU make style include.
3612 # Now try BSD make style include.
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3652 $as_echo_n "checking dependency style of $depcc... " >&6; }
7243 # Check for DOS-style pathnames.
7245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system uses MSDOS-style paths" >&5
7246 $as_echo_n "checking whether system uses MSDOS-style paths... " >&6; }
8469 /* Some POSIXoid systems have both the new-style macros and the old
[all …]
Dtraces.0559 m4trace:configure.in:58: -1- AH_OUTPUT([_LARGE_FILES], [/* Define for large files, on AIX-style hos…
667 m4trace:configure.in:130: -1- AH_OUTPUT([HAVE_DOS_PATHS], [/* Define if the system uses DOS-style p…

12