Searched refs:terminal (Results 1 – 25 of 34) sorted by relevance
12
/ndk/sources/host-tools/make-3.81/ |
D | rule.h | 29 char terminal; /* If terminal (double-colon). */ member 52 extern void install_pattern_rule PARAMS ((struct pspec *p, int terminal)); 57 char **target_percents, int terminal,
|
D | rule.c | 291 rule->terminal = 0; in new_pattern_rule() 360 install_pattern_rule (struct pspec *p, int terminal) in install_pattern_rule() argument 393 r->terminal = terminal; in install_pattern_rule() 473 int terminal, struct dep *deps, in create_pattern_rule() argument 512 r->terminal = terminal; in create_pattern_rule() 531 if (r->terminal) in print_rule() 545 register unsigned int rules, terminal; in print_rule_data_base() local 550 rules = terminal = 0; in print_rule_data_base() 558 if (r->terminal) in print_rule_data_base() 559 ++terminal; in print_rule_data_base() [all …]
|
D | implicit.c | 332 if (recursions > 0 && target[1] == '\0' && !rule->terminal) in pattern_search() 418 if (!tryrules[i]->terminal) in pattern_search() 457 if (intermed_ok && rule->terminal) in pattern_search() 893 if (d->intermediate_file == 0 && tryrules[foundrule]->terminal) in pattern_search()
|
/ndk/sources/host-tools/make-3.81/po/ |
D | en@quot.header | 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
D | en@boldquot.header | 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
D | he.po | 1598 msgid " terminal." 1599 msgstr " terminal."
|
D | id.po | 1599 msgid " terminal." 1600 msgstr " terminal."
|
D | nl.po | 1625 msgid " terminal." 1626 msgstr " terminal."
|
D | pl.po | 1617 msgid " terminal." 1618 msgstr " terminal."
|
D | pt_BR.po | 1614 msgid " terminal." 1615 msgstr " terminal."
|
D | tr.po | 1615 msgid " terminal." 1616 msgstr " terminal."
|
D | gl.po | 1628 msgid " terminal." 1629 msgstr " terminal."
|
D | make.pot | 1531 msgid " terminal."
|
D | be.po | 1550 msgid " terminal."
|
D | ko.po | 1601 msgid " terminal."
|
D | ja.po | 1611 msgid " terminal."
|
D | zh_CN.po | 1563 msgid " terminal."
|
D | rw.po | 1661 msgid " terminal."
|
D | fi.po | 1622 msgid " terminal."
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | strip | 15 … What makes you believe is this terminal fun? … 46 $answer = "\"Is this TERMINAL fun? What makes you believe is this terminal fun? JAPAN is a WONDERFU…
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 153 "terminal", which means that its prerequisite may not be an intermediate 397 One choice is to mark the match-anything rule as "terminal" by 398 defining it with a double colon. When a rule is terminal, it does not 401 words, no further chaining is allowed beyond a terminal rule. 404 RCS and SCCS files are terminal; as a result, if the file `foo.c,v' does 411 If you do not mark the match-anything rule as terminal, then it is 470 You can define a last-resort implicit rule by writing a terminal 649 a. If the rule is terminal, ignore it and go on to the next rule. 4080 * terminal rule: Match-Anything Rules.
|
D | make.texi | 3962 from the terminal at once, @code{make} will invalidate the standard 3971 (which will come from the terminal, or wherever you redirect the standard 8587 newer. The rules for RCS are terminal 8599 terminal (@pxref{Match-Anything Rules, ,Match-Anything Pattern Rules}), 9079 @dfn{terminal}, which means that its prerequisite may not be an intermediate 9365 @cindex terminal rule 9390 One choice is to mark the match-anything rule as @dfn{terminal} by defining 9391 it with a double colon. When a rule is terminal, it does not apply unless 9394 chaining is allowed beyond a terminal rule. 9397 and SCCS files are terminal; as a result, if the file @file{foo.c,v} does [all …]
|
/ndk/build/tools/toolchain-licenses/ |
D | COPYING3 | 652 If the program does terminal interaction, make it output a short
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | COPYING3 | 652 If the program does terminal interaction, make it output a short
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | COPYING | 653 If the program does terminal interaction, make it output a short
|
12