Searched refs:terminal (Results 1 – 25 of 68) sorted by relevance
123
/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/sed-4.2.1/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 | eu.po | 144 msgid "couldn't edit %s: is a terminal" 145 msgstr "ezin izan da %s editatu: terminal bat da"
|
D | et.po | 141 msgid "couldn't edit %s: is a terminal" 142 msgstr "%s ei saa toimetada: see on terminal"
|
D | nl.po | 144 msgid "couldn't edit %s: is a terminal" 145 msgstr "kan %s niet bewerken: is een terminal"
|
D | fr.po | 145 msgid "couldn't edit %s: is a terminal" 146 msgstr "impossible d'�diter %s: est un terminal"
|
D | pt.po | 142 msgid "couldn't edit %s: is a terminal" 143 msgstr "não foi possível editar %s: é um terminal"
|
D | gl.po | 143 msgid "couldn't edit %s: is a terminal" 144 msgstr "non se puido editar %s: � unha terminal"
|
D | tr.po | 142 msgid "couldn't edit %s: is a terminal" 143 msgstr "%s düzenlenemedi: bu bir terminal"
|
D | sl.po | 144 msgid "couldn't edit %s: is a terminal" 145 msgstr "ni mogoče urejati %s: je terminal"
|
D | id.po | 144 msgid "couldn't edit %s: is a terminal" 145 msgstr "tidak dapat mengubah %s: adalah sebuah terminal"
|
D | ca.po | 142 msgid "couldn't edit %s: is a terminal" 143 msgstr "no s'ha pogut editar %s: �s un terminal"
|
D | sed.pot | 143 msgid "couldn't edit %s: is a terminal"
|
D | sv.po | 141 msgid "couldn't edit %s: is a terminal" 142 msgstr "kunde inte redigera %s: är en terminal"
|
D | zh_CN.po | 143 msgid "couldn't edit %s: is a terminal"
|
D | zh_TW.po | 142 msgid "couldn't edit %s: is a terminal"
|
D | ru.po | 142 msgid "couldn't edit %s: is a terminal"
|
D | ja.po | 145 msgid "couldn't edit %s: is a terminal"
|
D | ko.po | 155 msgid "couldn't edit %s: is a terminal"
|
/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
|
/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…
|
123