Searched refs:dollar (Results 26 - 50 of 92) sorted by relevance

1234

/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-subst.exp14 1 two 3 dollar sign
50 mod-subst-dollar:$1:
51 mod-subst-dollar:$2:
52 mod-subst-dollar:$3:
53 mod-subst-dollar:$4:
54 mod-subst-dollar:$5:
55 mod-subst-dollar:$6:
56 mod-subst-dollar:$7:
57 mod-subst-dollar:$8:
58 mod-subst-dollar
[all...]
H A Dvar-eval-short.exp1 make: "var-eval-short.mk" line 46: while evaluating "${:Uword:@${FAIL}@expr@}": In the :@ modifier, the variable name "${FAIL}" must not contain a dollar
H A Ddirective-for-escape.mk38 # was adventurous enough to use literal dollar signs in the values of a .for
140 # A single trailing dollar doesn't happen in practice.
141 # The dollar sign is correctly passed through to the body of the .for loop.
143 # dollar sign is kept as-is.
201 .for $ in dollar
H A Dvar-op-expand.mk14 # If the right-hand side does not contain a dollar sign, the ':=' assignment
33 # literal dollar signs
40 # reference to a variable containing literal dollar signs
174 # The variable name with the empty value actually included a dollar sign.
H A Dvarname-dot-make-save_dollars.mk55 # It's even possible to change the dollar interpretation in the middle of
H A Dvarparse-errors.mk14 LITERAL_DOLLAR= To get a dollar, double $$ it.
H A Dopt-debug-file.mk32 # XXX: In the :M modifier, a dollar is escaped using '$$', not '\$'. This
H A Dvarmod-assign.mk117 APPEND.dollar= $${APPEND.indirect}
118 .if ${APPEND.var::+=${APPEND.dollar}} != ""
H A Dvarmod-defined.mk51 # error that is silently ignored. This makes all dollar signs disappear,
H A Dvar-eval-short.mk44 # expect+2: while evaluating "${:Uword:@${FAIL}@expr@}": In the :@ modifier, the variable name "${FAIL}" must not contain a dollar
H A Ddirective-undef.mk72 ${DOLLAR}= dollar
H A Dparse-var.mk27 # eval-keep-dollar-and-undefined
H A Dvarmod-sysv.mk109 # Before 2020-07-20, when a SysV modifier was parsed, a single dollar
117 # side 'e' and a right-hand side 'x'. The dollar was parsed (but not
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Didentifier.c68 else if (this == Id::dollar) p = "$";
H A Ddsymbol.c1604 if (ident == Id::dollar)
1614 VarDeclaration *v = new VarDeclaration(loc, Type::tsize_t, Id::dollar, NULL);
1626 VarDeclaration *v = new VarDeclaration(loc, Type::tsize_t, Id::dollar, NULL);
1698 v = new VarDeclaration(loc, Type::tsize_t, Id::dollar, new ExpInitializer(Loc(), e));
1710 if (!s) // no dollar exists -- search in higher scope
1760 v = new VarDeclaration(loc, NULL, Id::dollar, new ExpInitializer(Loc(), e));
1772 v = new VarDeclaration(loc, Type::tsize_t, Id::dollar, e);
/netbsd-current/tests/usr.bin/indent/
H A Dt_options.lua68 local section_excl_comm = "" -- without dollar comments
69 local section_incl_comm = "" -- with dollar comments
279 -- Hide comments starting with dollar from indent; they are used for
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/s12z/
H A Ds12z.exp145 run_dump_test dollar-hex
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Didentifier.d115 else if (this == Id.dollar)
H A Dtokens.d53 dollar,
308 dollar,
802 TOK.dollar: "$",
H A Ddsymbol.d1935 if (ident != Id.dollar)
1946 auto v = new VarDeclaration(loc, Type.tsize_t, Id.dollar, null);
1960 auto v = new VarDeclaration(loc, Type.tsize_t, Id.dollar, null);
2025 v = new VarDeclaration(loc, Type.tsize_t, Id.dollar, new ExpInitializer(Loc.initial, e));
2035 if (!s) // no dollar exists -- search in higher scope
2083 v = new VarDeclaration(loc, null, Id.dollar, new ExpInitializer(Loc.initial, e));
2095 v = new VarDeclaration(loc, Type.tsize_t, Id.dollar, e);
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Ddw2gencfi.c231 const char * dollar;
242 dollar = strchr (name, '$');
245 if (!dollar && !dot)
253 else if (!dollar)
256 name = dollar;
257 else if (dot < dollar)
260 name = dollar;
229 const char * dollar; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Ddw2gencfi.c231 const char * dollar;
242 dollar = strchr (name, '$');
245 if (!dollar && !dot)
253 else if (!dollar)
256 name = dollar;
257 else if (dot < dollar)
260 name = dollar;
229 const char * dollar; local
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Ddw2gencfi.c226 const char * dollar;
234 dollar = strchr (name, '$');
237 if (!dollar && !dot)
245 else if (!dollar)
248 name = dollar;
249 else if (dot < dollar)
252 name = dollar;
224 const char * dollar; local
/netbsd-current/usr.sbin/postinstall/
H A Dpostinstall.in575 local dollar
578 dollar='$'
582 dollar=
589 ${SED} -e s/\\./\\\\./g -e 's/ /'${dollar}'|^/'g)${dollar})'"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c179 they are included here for the sake of simplicity). The dollar
3423 HOST_WIDE_INT dollar = 0; local
3472 /* Handle the POSIX dollar sign which references the 1-based
3475 dollar = width + info.argidx;
3480 dollar = width + tree_to_shwi (star_width);
3484 if (dollar == 0
3485 || dollar == (int)info.argidx
3486 || dollar > gimple_call_num_args (info.callstmt))
3489 --dollar;
3496 if (dollar || !star_widt
[all...]

Completed in 470 milliseconds

1234