| /src/usr.bin/make/unit-tests/ |
| posix-expansion.mk | 5 # In POSIX mode, when expanding an expression containing modifiers, the 6 # modifiers specified in POSIX take precedence over the BSD-style modifiers.
|
| cond-token-var.mk | 9 # variable modifiers such as in ${VAR:Mpattern}. 11 # XXX: Strictly speaking, variable modifiers should be called expression 12 # modifiers instead since they only modify the expression, not the variable. 13 # Well, except for the assignment modifiers, these do indeed change the value 120 # but undefined variables may occur in the variable name or in modifiers. 131 # An expression in a comparison must not be undefined and have modifiers. 140 # modifiers. 149 # modifiers.
|
| varmod-to-one-word.mk | 4 # as a single word, for all following modifiers.
|
| modmisc.mk | 11 # the modifier_variable can be used with other modifiers. 22 # Demonstrates modifiers that are given indirectly from a variable. 49 # modifiers, but not by the :@ modifier since it explicitly skips empty words.
|
| varmod-indirect.mk | 3 # Tests for indirect variable modifiers, such as in ${VAR:${M_modifiers}}. 5 # uppercase or lowercase, as well as for fairly advanced modifiers that first 8 # Initial support for indirect modifiers was added in var.c 1.101 from 10 # indirect modifiers for all but the very first modifier as well. 30 # Multiple indirect modifiers can be applied one after another as long as 59 # An indirect modifier can be followed by other modifiers, no matter if the 62 # This makes it possible to define conditional modifiers, like this: 109 # expands to a sequence of ':N' modifiers, each of which filters one of the 136 # An undefined expression without any modifiers expands to an empty string. 143 # An undefined expression with only modifiers that keep the expressio [all...] |
| char-005c-reverse-solidus.mk | 15 # TODO: escape ':' in modifiers 78 # serves to escape the ":" that is otherwise used to separate the modifiers. 96 # The ":M" modifier is parsed differently than the other modifiers. To 98 # an expression. There, the usual escaping rules for modifiers apply.
|
| counter-append.mk | 8 # The cause for this surprising behavior was that the ::= variable modifiers
|
| counter.mk | 8 # The cause for this surprising behavior was that the ::= variable modifiers
|
| varmod-indirect.exp | 12 while evaluating indirect modifiers "Z" 36 while evaluating indirect modifiers "Z"
|
| varmod-order-numeric.mk | 3 # Tests for the variable modifiers ':On', which returns the words, sorted in 7 # The variable modifiers ':On', ':Onr' and ':Orn' were added in var.c 1.939
|
| varmod.mk | 3 # Tests for variable modifiers, such as :Q, :S,from,to or :Ufallback. 10 # * `strict`: the parsing style used by most modifiers: 12 # * other modifiers may follow, separated by a ':' 15 # that no further modifiers are parsed in that expression. 27 # In the assignment modifiers `::=` and its variants, the `=` is part of 30 # All no-colon modifiers get a "no", as the modifier name would be 154 # Test a '$' at the end of a modifier part, for all modifiers in the order 158 # the 'from' parts of the ':S' and ':C' modifiers. In all other modifier
|
| varmod-match-escape.mk | 3 # As of 2020-08-01, the :M and :N modifiers interpret backslashes differently, 48 # XXX: As of 2020-11-01, unlike all other variable modifiers, a '$' in the 49 # :M and :N modifiers is written as '$$', not as '\$'. This is confusing, 55 # XXX: As of 2020-11-01, unlike all other variable modifiers, '\$' is not
|
| varmod-subst.mk | 196 # The :S and :C modifiers accept an arbitrary character as the delimiter, 253 # The :S and :C modifiers can be chained without a separating ':'. 255 # It works because ApplyModifier_Subst scans for the known modifiers g1W 258 # Most other modifiers cannot be chained since their parsers skip until 263 # There is no 'i' modifier for the :S or :C modifiers. 266 # modifiers with the matching modifiers. 297 # In modifiers, dollars are escaped using the backslash, not using another
|
| parse-var.mk | 11 # indirect modifiers endc == '\0' 33 # Modifiers: 37 # indirect modifiers, involving changes to VarEvalMode 100 # and closing delimiters, which failed for nested modifiers with unbalanced
|
| varmod-loop-varname.mk | 26 # be escaped in the modifiers, but not in the variable name, therefore 106 # It may happen that there are nested :@ modifiers that use the same name for 107 # for the loop variable. These modifiers influence each other.
|
| varmod-to-separator.mk | 18 # After the :ts modifier, other modifiers can follow. 37 # anything since neither of these modifiers is related to how the string is 67 # The :ts modifier can be followed by other modifiers. 72 # The :ts modifier can follow other modifiers. 78 # modifiers. 116 # Not all modifiers use the separator from the previous modifier ':ts' though.
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| record.c | 463 /* Read instruction-history modifiers from an argument string. */ 468 gdb_disassembly_flags modifiers; local 471 modifiers = 0; 475 return modifiers; 495 modifiers |= DISASSEMBLY_OMIT_AUX_INSN; 499 modifiers |= DISASSEMBLY_SOURCE; 500 modifiers |= DISASSEMBLY_FILENAME; 503 modifiers |= DISASSEMBLY_RAW_INSN; 506 modifiers |= DISASSEMBLY_RAW_BYTES; 509 modifiers |= DISASSEMBLY_OMIT_FNAME 615 record_print_flags modifiers = 0; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| record.c | 463 /* Read instruction-history modifiers from an argument string. */ 468 gdb_disassembly_flags modifiers; local 471 modifiers = 0; 475 return modifiers; 495 modifiers |= DISASSEMBLY_OMIT_AUX_INSN; 499 modifiers |= DISASSEMBLY_SOURCE; 500 modifiers |= DISASSEMBLY_FILENAME; 503 modifiers |= DISASSEMBLY_RAW_INSN; 506 modifiers |= DISASSEMBLY_RAW_BYTES; 509 modifiers |= DISASSEMBLY_OMIT_FNAME 615 record_print_flags modifiers = 0; local [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| main.c | 50 pentry(pgpv_t *pgp, int n, const char *modifiers) 55 cc = pgpv_get_entry(pgp, (unsigned)n, &s, modifiers); 93 const char *modifiers; local 116 modifiers = (strcasecmp(cmd, "trust") == 0) ? "trust" : NULL; 121 pentry(pgp, el, modifiers);
|
| /src/external/bsd/tmux/dist/ |
| key-string.c | 211 /* Find modifiers. */ 215 key_code modifiers; local 217 modifiers = 0; 222 modifiers |= KEYC_CTRL; 226 modifiers |= KEYC_META; 230 modifiers |= KEYC_SHIFT; 238 return (modifiers); 245 key_code key, modifiers = 0; local 286 modifiers |= KEYC_CTRL; 290 /* Check for modifiers. * [all...] |
| format.c | 87 /* Format modifiers. */ 3867 format_find(struct format_tree *ft, const char *key, int modifiers, 3922 if (~modifiers & FORMAT_TIMESTRING) { 3937 if (modifiers & FORMAT_TIMESTRING) { 3946 if (modifiers & FORMAT_PRETTY) 3965 if (modifiers & FORMAT_BASENAME) { 3970 if (modifiers & FORMAT_DIRNAME) { 3975 if (modifiers & FORMAT_QUOTE_SHELL) { 3980 if (modifiers & FORMAT_QUOTE_STYLE) { 4144 * Modifiers are a ; separated list of the forms 4955 int modifiers = 0, limit = 0, width = 0; local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-gen.c | 1204 bitfield modifiers [ARRAY_SIZE (opcode_modifiers)]; local 1224 memcpy (modifiers, opcode_modifiers, sizeof (modifiers)); 1273 set_bitfield (str, modifiers, val, ARRAY_SIZE (modifiers), 1294 if (!modifiers[OpcodePrefix].value) 1295 modifiers[OpcodePrefix].value = prefix; 1296 else if (modifiers[OpcodePrefix].value != prefix) 1328 if (!modifiers[EVex].value) 1330 if (modifiers[Broadcast].valu [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-gen.c | 1184 bitfield modifiers [ARRAY_SIZE (opcode_modifiers)]; local 1204 memcpy (modifiers, opcode_modifiers, sizeof (modifiers)); 1253 set_bitfield (str, modifiers, val, ARRAY_SIZE (modifiers), 1274 if (!modifiers[OpcodePrefix].value) 1275 modifiers[OpcodePrefix].value = prefix; 1276 else if (modifiers[OpcodePrefix].value != prefix) 1308 if (!modifiers[EVex].value) 1310 if (modifiers[Broadcast].valu [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-gen.c | 1140 bitfield modifiers [ARRAY_SIZE (opcode_modifiers)]; local 1160 memcpy (modifiers, opcode_modifiers, sizeof (modifiers)); 1209 set_bitfield (str, modifiers, val, ARRAY_SIZE (modifiers), 1230 if (!modifiers[OpcodePrefix].value) 1231 modifiers[OpcodePrefix].value = prefix; 1232 else if (modifiers[OpcodePrefix].value != prefix) 1264 if (!modifiers[EVex].value) 1266 if (modifiers[Broadcast].valu [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-gen.c | 1170 bitfield modifiers [ARRAY_SIZE (opcode_modifiers)]; local 1190 memcpy (modifiers, opcode_modifiers, sizeof (modifiers)); 1239 set_bitfield (str, modifiers, val, ARRAY_SIZE (modifiers), 1260 if (!modifiers[OpcodePrefix].value) 1261 modifiers[OpcodePrefix].value = prefix; 1262 else if (modifiers[OpcodePrefix].value != prefix) 1294 if (!modifiers[EVex].value) 1296 if (modifiers[Broadcast].valu [all...] |