HomeSort by: relevance | last modified time | path
    Searched refs:escaping (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/make/unit-tests/
deptgt-error.mk 20 # does not use any established escaping mechanism.
char-005c-reverse-solidus.mk 98 # an expression. There, the usual escaping rules for modifiers apply.
109 # escaping, which fails in this case.
directive-for-escape.mk 3 # Test escaping of special characters in the iteration values of a .for loop.
5 # escaping and unescaping must pass all characters and strings unmodified.
16 # the loop. Not only would it need the escaping for the variable modifier
17 # ':U' but also the escaping for the line-end comment.
75 # Instead, it is meant to represent literal text, the only escaping mechanism
varmod-defined.mk 42 # The escaping rules for string literals in conditions are completely
58 # Any other text is written without any further escaping. In contrast
varmod-undefined.mk 42 # The escaping rules for the :U modifier (left-hand side) and condition
varmod-match.mk 10 # 3. Parsing and escaping
140 # [\] matches a single backslash; no escaping takes place in
184 # 3. Parsing and escaping
opt-debug-file.mk 35 # escaping scheme unnecessarily differs from all other modifiers.
var-op-assign.mk 32 # When a string literal appears in a condition, the escaping rules are
varmod-ifelse.mk 105 # expression ${:U\$}. Because of this escaping, the variable "VAR" and thus
215 # parser only counted balanced '{' and '}', ignoring any escaping or other
escape.mk 3 # Test backslash escaping.
varmod-assign.mk 154 # to avoid difficult escaping rules.
varmod-sysv.mk 64 # XXX: It's hard to get the escaping correct here, and to read that.
  /src/bin/ksh/
edit.c 521 int nwords, i, idx, escaping; local
530 /* remove all escaping backward slashes */
531 escaping = 0;
533 if (toglob[i] == '\\' && !escaping) {
534 escaping = 1;
540 if (escaping) escaping = 0;
  /src/share/mk/
bsd.x11.mk 420 # Note the escaping trick for _X11MANTRANSFORM using % to replace spaces

Completed in 21 milliseconds