Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 39) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Duniq.sed8 # The two lines are identical. Undo the effect of
17 # The lines are different; print the first and go
Dmac-mf.sed44 # The original lines screw up -I$(srcdir)/../des by eliminating a colon.
150 # Note! There are 8-bit characters in the three lines below:
Dbsd.sh68 rm -f lines[1234] script[12]
Dmac-mf.good5 # MPW-style lines for the MakeFile
78 # End of MPW-style lines for MakeFile
Dmac-mf.inp5 # MPW-style lines for the MakeFile.
78 # End of MPW-style lines for MakeFile.
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.x242 For example, ``sed -n 1~2p'' will print all the odd-numbered lines in
254 Match lines matching the regular expression
258 Match lines matching the regular expression
288 lines following
294 and the lines following
Dsed.info70 * Addresses:: Selecting lines with `sed'
80 * Centering lines::
84 * Reverse chars of lines::
85 * tac:: Reverse lines of files
86 * cat -n:: Numbering lines
87 * cat -b:: Numbering non-blank lines
90 * wc -l:: Counting lines
91 * head:: Printing the first lines
92 * tail:: Printing the last lines
93 * uniq:: Make duplicate lines unique
[all …]
Dsed.texi103 * Addresses:: Selecting lines with @command{sed}
113 * Centering lines::
117 * Reverse chars of lines::
118 * tac:: Reverse lines of files
119 * cat -n:: Numbering lines
120 * cat -b:: Numbering non-blank lines
123 * wc -l:: Counting lines
124 * head:: Printing the first lines
125 * tail:: Printing the last lines
126 * uniq:: Make duplicate lines unique
[all …]
Dsed-in.texi102 * Addresses:: Selecting lines with @command{sed}
112 * Centering lines::
116 * Reverse chars of lines::
117 * tac:: Reverse lines of files
118 * cat -n:: Numbering lines
119 * cat -b:: Numbering non-blank lines
122 * wc -l:: Counting lines
123 * head:: Printing the first lines
124 * tail:: Printing the last lines
125 * uniq:: Make duplicate lines unique
[all …]
/ndk/sources/host-tools/make-3.81/
Dcommands.c273 char **lines; in chop_commands() local
286 lines = (char **) xmalloc (5 * sizeof (char *)); in chop_commands()
312 lines = (char **) xrealloc ((char *) lines, in chop_commands()
315 lines[idx++] = savestring (p, end - p); in chop_commands()
324 lines = (char **) xrealloc ((char *) lines, in chop_commands()
329 cmds->command_lines = lines; in chop_commands()
337 for (p = lines[idx]; in chop_commands()
Djob.c1489 char **lines; in new_job() local
1503 lines = (char **) xmalloc (cmds->ncommand_lines * sizeof (char *)); in new_job()
1600 lines[i] = allocated_variable_expand_for_file (cmds->command_lines[i], in new_job()
1610 c->command_lines = lines; in new_job()
Dreadme.vms203 /bin/sh style I/O redirection is supported. You can now write lines like
226 Command lines of excessive length are correctly broken and written to a
294 Long command lines are now converted to command files.
DREADME.DOS154 there is no standard way to pass command lines longer than the
163 use long command lines in commands that use redirection or
177 mechanism to pass long (up to 16KB) command lines to DJGPP
DREADME.W32105 time, make forces all command lines to be executed via script
110 in batch mode. All command lines will be put into batch files
DNEWS527 results, but otherwise empty lines full of NULs (such as produced by
791 * For command lines containing `$(MAKE)', `${MAKE}', or leading `+' characters,
792 only those lines are executed, not their entire rules.
793 (This is how Unix make behaves for lines containing `$(MAKE)' or `${MAKE}'.)
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dstrip25 blank lines
48 and these test out some blank lines
/ndk/sources/host-tools/sed-4.2.1/m4/
Derrno_h.m491 /* The following two lines are a workaround against an autoconf-2.52 bug. */
/ndk/sources/host-tools/make-3.81/tests/
Dtest_driver.pl926 local ($filename, @lines) = @_;
929 foreach $line (@lines)
/ndk/sources/host-tools/sed-4.2.1/
DNEWS109 * change the way we treat lines which are not terminated by a newline.
110 Such lines are printed without the terminating newline (as before)
112 missing newline is printed, so that the two lines don't concatenate.
137 would actually delete lines 1,2,3,4 and 9 (!).
449 which deletes all lines from the beginning of the file to the
DBUGS100 two lines (barring the end of the file); but what you probably wanted is
DChangeLog725 Change the way we treat lines which are not terminated by a newline.
726 Such lines are printed without the terminating newline (as before)
728 missing newline is printed, so that the two lines don't concatenate.
894 * sed/regex.c: Don't use N_ on the lines that define
901 * sed/compile.c: Don't use N_ on the lines that define
2042 input lines which contain NULs).
2128 forms -- N~M addresses now mean that lines match
2236 lines within long string.
2492 lines less than the current line. Thus the "sed" in
2493 "foo | sed -n 1,2p" will print read three lines, printint
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral322 \# Non-empty lines that expand to nothing should also be ignored.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-1185 * Splitting Lines:: Breaking long command lines for readability.
414 information is by looking at the final lines of output from the command
533 We split each long line into two lines using backslash-newline; this is
562 distinguish command lines from other lines in the makefile. (Bear in
869 multiple lines (*note Defining Variables Verbatim: Defining.).
874 multiple lines. A line containing just a comment (with perhaps
1655 The COMMAND lines start with a tab character. The first command may
1658 the same. There are other differences in the syntax of command lines.
1685 How to update is specified by COMMANDS. These are lines to be
1719 may still declare multiple lines of prerequisites for the same target:
[all …]
Dmake.texi211 * Splitting Lines:: Breaking long command lines for readability.
458 way to obtain this information is by looking at the final lines of
591 We split each long line into two lines using backslash-newline; this is
593 @cindex continuation lines
594 @cindex @code{\} (backslash), for continuation lines
595 @cindex backslash (@code{\}), for continuation lines
629 distinguish command lines from other lines in the makefile. (Bear in
996 Defining a variable from a verbatim string containing multiple lines
1006 lines. A line containing just a comment (with perhaps spaces before
1926 The @var{command} lines start with a tab character. The first command may
[all …]
Dmake-stds.texi537 In order to make @samp{@@lispdir@@} work, you need the following lines
985 categories, insert @dfn{category lines} among them. A category line
991 specifies the category. Category lines are no-ops in ordinary execution
995 Here are the three possible category lines, each with a comment that
1006 line. If you don't use any category lines, all the commands are
1009 These are the category lines for @code{uninstall}:

12