Searched refs:lines (Results 1 – 19 of 19) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | commands.c | 273 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()
|
D | job.c | 1489 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()
|
D | readme.vms | 203 /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.
|
D | README.DOS | 154 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
|
D | README.W32 | 105 time, make forces all command lines to be executed via script 110 in batch mode. All command lines will be put into batch files
|
D | NEWS | 527 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}'.)
|
D | ChangeLog | 745 return value -2 for lines which are not conditionals. The 1049 of dependency lines for explicit rules. 1058 parsing implicit rule's dependency lines into words taking 1713 target-specific variable lines.
|
D | aclocal.m4 | 189 # overwrite some of them when testing with obscure command lines.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | strip | 25 blank lines 48 and these test out some blank lines
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | test_driver.pl | 926 local ($filename, @lines) = @_; 929 foreach $line (@lines)
|
D | ChangeLog | 442 variable definition lines (longer than the default make buffer 582 one of the command lines is quiet.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/ |
D | general3 | 22 \# Non-empty lines that expand to nothing should also be ignored.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 185 * 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 …]
|
D | make.texi | 211 * 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 …]
|
D | make-stds.texi | 537 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}:
|
D | make.info-2 | 928 * The arrangement of lines and backslash-newline combinations in 972 * The special significance of `+' characters preceding command lines 1624 order to make `@lispdir@' work, you need the following lines in 2039 categories, insert "category lines" among them. A category line 2045 specifies the category. Category lines are no-ops in ordinary execution 2049 Here are the three possible category lines, each with a comment that 2058 line. If you don't use any category lines, all the commands are 2061 These are the category lines for `uninstall': 3500 * \ (backslash), for continuation lines: Simple Makefile. (line 40) 3529 * backslash (\), for continuation lines: Simple Makefile. (line 40) [all …]
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 355 message. also fixed line number error in continuation lines. 702 too long input lines. 818 Line number now accumulated correctly for comment lines.
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 192 % change spans more than two lines of output. To handle that, we would 827 % if you have multiple lines of stuff to put here, you'll need to 926 % @sp n outputs n lines of vertical space 2596 % We need the \relax at the end of the \ifnum lines to stop TeX from 2675 % Table can continue over pages but will only break between lines. 2698 % @item, @tab do not need to be on their own lines, but it will not hurt 2902 %% Test to see if parskip is larger than space between lines of 2908 %% than skip between lines in the table. 2913 %% than skip between lines in the table. 3613 % containing these kinds of lines: [all …]
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 3685 # overwrite some of them when testing with obscure command lines. 4140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 4141 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 10295 # handling of long lines.
|