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

  /src/usr.bin/make/unit-tests/
varmod-undefined.mk 45 # In the :U modifier, the backslash only escapes very few characters, all
48 # In condition string literals, the backslash always escapes the following
escape.mk 65 VAR1BSc= 111\# backslash escapes comment char, so this is part of the value
varmod-edge.mk 93 # Therefore, the second backslash escapes the parenthesis.
varmod-match.mk 188 # \ outside a character list, escapes the following character
varmod-ifelse.mk 104 # the '$' of the intended '${VAR}' escapes from the parser in form of the
directive-include-guard.mk 573 # the '\' escapes the '!' from being a dependency operator, but when reading
  /src/usr.bin/sed/
process.c 590 static const char escapes[] = "\\\a\b\f\r\t\v"; local in function:lputs
648 (p = strchr(escapes, c)) != NULL) {
653 fprintf(outfile, "\\%c", "\\abfrtv"[p - escapes]);
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 193 # commands through without removal of \ escapes INIT.
719 # commands through without removal of \ escapes.

Completed in 113 milliseconds