Searched refs:escapes (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/usr.bin/dtc/
H A Dstring.hh133 void push_to_buffer(byte_buffer &buffer, bool escapes=false);
H A Dstring.cc169 string::push_to_buffer(byte_buffer &buffer, bool escapes) argument
174 if (escapes && c == '\\' && i+1 < length)
/freebsd-10.0-release/contrib/bmake/
H A Dfor.c153 int escapes;
217 * We can't do the escapes here - because we don't know whether
234 escapes = 0;
240 escapes |= FOR_SUB_ESCAPE_CHAR;
243 escapes |= FOR_SUB_ESCAPE_PAREN;
246 escapes |= FOR_SUB_ESCAPE_BRACE;
254 strlist_add_str(&new_for->items, bmake_strdup(words[n]), escapes);
369 /* If there were no escapes, or the only escape is the other variable
152 int escapes; local
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.lotr35 09/10 Gandalf escapes from Orthanc
/freebsd-10.0-release/usr.bin/sed/
H A Dprocess.c562 static const char escapes[] = "\\\a\b\f\r\t\v"; local
611 (p = strchr(escapes, c)) != NULL) {
616 fprintf(outfile, "\\%c", "\\abfrtv"[p - escapes]);
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc229 // Escape all preceding escapes (if any), and then escape the quote.
/freebsd-10.0-release/contrib/gcc/
H A Dipa-type-escape.c384 /* Return true if the record, or union TYPE passed in escapes this
705 check_function_parameter_and_return_types (tree fn, bool escapes) argument
716 if (escapes)
730 if (escapes)
734 if (escapes)
780 /* The type escapes for all public and externs. */
1442 supertype escapes. */
1532 /* The next function handles the case where a type fully escapes.
1535 a) the type of every field recursively escapes
1536 b) the type of every subtype escapes a
[all...]
/freebsd-10.0-release/crypto/openssl/util/
H A Dpod2man.pl31 you don't have to use code escapes for them; complex expressions like
719 # first hide the escapes in case we need to
861 &escapes($dotlevel);
910 &escapes(0);
943 sub escapes { subroutine
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1756 // A value escapes in three possible cases:
1764 bool escapes = true; local
1768 escapes = !regionLoc->getRegion()->hasStackStorage();
1770 if (!escapes) {
1772 // the same state, then it escapes (since the store cannot represent
1778 escapes = (State == (State->bindLoc(*regionLoc, Val)));
1785 if (!escapes)
/freebsd-10.0-release/contrib/one-true-awk/
H A DFIXES817 Centralized the code for parsing escapes in regular expressions.
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex452 escapes (\verb+\t+, \verb+\n+, \verb+\0+ and so forth) are allowed.
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex4663 % @tex ... @end tex escapes into raw Tex temporarily.
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex4858 % @tex ... @end tex escapes into raw Tex temporarily.
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex4735 % @tex ... @end tex escapes into raw Tex temporarily.

Completed in 309 milliseconds