Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 31) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/po/
Dremove-potcdate.sin5 # pattern is achieved by looking at the hold space.
8 # Test if the hold space is empty.
16 # The hold space was nonempty. Following occurrences. Do nothing.
Dinsert-header.sin6 # occurrences is achieved by looking at the hold space.
9 # Test if the hold space is empty.
20 # The hold space was nonempty. Following occurrences. Do nothing.
/ndk/sources/host-tools/make-3.81/po/
Dremove-potcdate.sin5 # pattern is achieved by looking at the hold space.
8 # Test if the hold space is empty.
16 # The hold space was nonempty. Following occurrences. Do nothing.
Dinsert-header.sin6 # occurrences is achieved by looking at the hold space.
9 # Test if the hold space is empty.
20 # The hold space was nonempty. Following occurrences. Do nothing.
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c164 static struct line hold; variable
878 hold.length = 0;
1512 line_copy(&hold, &line, true);
1521 line_append(&hold, &line, true);
1526 line_copy(&line, &hold, true);
1531 line_append(&line, &hold, true);
1663 line_exchange(&line, &hold, false);
1833 line_init(&hold, NULL, 0);
1871 FREE(hold.text);
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral26 definition of a variable to hold the object filenames.";
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
Dflavors91 # There's a bit of oddness here if you try to use a variable to hold the
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info318 deleted between two cycles. The hold space, on the other hand, keeps
921 Replace the contents of the hold space with the contents of the
925 Append a newline to the contents of the hold space, and then
926 append the contents of the pattern space to that of the hold space.
930 hold space.
934 append the contents of the hold space to that of the pattern space.
937 Exchange the contents of the hold and pattern spaces.
1376 # hold space contains the new filename
1530 stored in the hold space, to be used in the next iteration.
1546 # Get the line number from hold space; add a zero
[all …]
Dsed.texi420 @cindex Buffer spaces, pattern and hold
421 @cindex Spaces, pattern and hold
425 and the auxiliary @emph{hold} space. Both are initially empty.
446 deleted between two cycles. The hold space, on the other hand, keeps
1292 @findex h (hold) command
1293 @cindex Copy pattern space into hold space
1294 @cindex Replace hold space with copy of pattern space
1296 Replace the contents of the hold space with the contents of the pattern space.
1300 @cindex Append pattern space to hold space
1302 Append a newline to the contents of the hold space,
[all …]
Dsed-in.texi419 @cindex Buffer spaces, pattern and hold
420 @cindex Spaces, pattern and hold
424 and the auxiliary @emph{hold} space. Both are initially empty.
445 deleted between two cycles. The hold space, on the other hand, keeps
1291 @findex h (hold) command
1292 @cindex Copy pattern space into hold space
1293 @cindex Replace hold space with copy of pattern space
1295 Replace the contents of the hold space with the contents of the pattern space.
1299 @cindex Append pattern space to hold space
1301 Append a newline to the contents of the hold space,
[all …]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DMakefile.am27 badenc inplace-hold brackets \
Dbinary2.sed33 # This version keeps the stack in hold space and the command in pattern
Dbinary3.sed33 # This version keeps the stack and the current command in hold space and
DMakefile.tests85 inplace-hold::
Duniq.good172 DPRINTF (("Got memory to hold back references\n"));
408 hold, we get a temporary bit of working store to use during the matching.
856 where we had to get some local store to hold offsets for backreferences, copy
Duniq.inp575 DPRINTF (("Got memory to hold back references\n"));
1067 hold, we get a temporary bit of working store to use during the matching.
1755 where we had to get some local store to hold offsets for backreferences, copy
DMakefile.in655 insert utf8-1 utf8-2 utf8-3 utf8-4 badenc inplace-hold \
/ndk/sources/host-tools/make-3.81/config/
Dpo.m4248 # Test if the hold space is empty.
272 # reached. Clear the hold space.
278 # next line. Put a nonempty string into the hold space to indicate this.
/ndk/sources/host-tools/sed-4.2.1/m4/
Dpo.m4258 # Test if the hold space is empty.
282 # reached. Clear the hold space.
288 # next line. Put a nonempty string into the hold space to indicate this.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp424 unique_ptr<facet, release> hold(f); in __imp() local
429 install(hold.get(), id); in __imp()
443 unique_ptr<facet, release> hold(f); in install() local
448 facets_[static_cast<size_t>(id)] = hold.release(); in install()
/ndk/sources/third_party/googletest/googletest/
DREADME168 mkdir mybuild # Create a directory to hold the build output.
/ndk/sources/host-tools/sed-4.2.1/
DNEWS28 * hold-space is reset between different files in -i and -s modes.
DCOPYING.DOC100 plus such following pages as are needed to hold, legibly, the material
/ndk/sources/host-tools/make-3.81/doc/
Dfdl.texi109 plus such following pages as are needed to hold, legibly, the material
/ndk/build/tools/
DDEV-SCRIPTS-USAGE.TXT168 Its purpose is to hold the fully expanded platform-specific files.

12