OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Escape
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
Program.cpp
84
const bool
Escape
= Arg.find_first_of(" \"\\$") != StringRef::npos;
86
if (!Quote && !
Escape
) {
91
// Quote and
escape
. This isn't really complete, but good enough.
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
module.h
16
struct
Escape
;
113
Escape
*escapetable; // document comment escapes
dmodule.d
437
Escape
* _escapetable; // document comment escapes
1471
/** Lazily initializes and returns the
escape
table.
1474
extern(D)
Escape
* escapetable() nothrow
1477
_escapetable = new
Escape
();
doc.d
57
struct
Escape
462
/* Remove all the
escape
sequences from buf2,
496
/* Remove all the
escape
sequences from buf2
614
// Issue 15465: don't try to
escape
unbalanced parens inside code
1545
Escape
* escapetable;
1579
Escape
* escapetable, ref MacroTable pmacrotable, const(char)[] m)
1686
static void parseEscapes(
Escape
* escapetable, const(char)[] text)
1690
escapetable = new
Escape
();
1691
memset(escapetable, 0,
Escape
.sizeof);
3559
// avoid doing anything if there isn't anything to
escape
[
all
...]
/src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-csharp-3
26
// Octal
escape
sequences are not recognized, except for \0.
28
//
Escape
sequences in strings.
38
// In verbatim string literals, no
escape
sequences are recognized.
117
#. Octal
escape
sequences are not recognized, except for \0.
122
#.
Escape
sequences in strings.
146
#. In verbatim string literals, no
escape
sequences are recognized.
/src/usr.bin/make/unit-tests/
deptgt-makeflags.mk
31
# quotes and
escape
sequences from the backslash.
57
#
Escape
sequences like \n are interpreted.
84
# Now do the same for the other
escape
sequences; see Substring_Words.
/src/external/mit/libcbor/dist/docs/doxygen/search/
search.js
186
else if (e.keyCode==27) //
Escape
out of the search field
328
resultsPageWithSearch = resultsPage+'?'+
escape
(searchValue);
653
else if (this.lastKey==27) //
Escape
696
else if (this.lastKey==27) //
Escape
/src/external/gpl3/gdb/dist/readline/readline/
bind.c
169
for us. If we are binding '\' or \C-@ (NUL) make sure to
escape
it so
561
same
escape
sequences that bash's `echo' and `printf' builtins
2397
{ "
Escape
", '\033' },
2619
/* If this is an
escape
character, we don't want to do any more processing.
2653
ISO Latin 1 (128 - 159) into octal
escape
sequences (\200 - \237).
2663
/* These characters are valid UTF-8; convert them into octal
escape
/src/external/gpl3/gdb.old/dist/readline/readline/
bind.c
169
for us. If we are binding '\' or \C-@ (NUL) make sure to
escape
it so
561
same
escape
sequences that bash's `echo' and `printf' builtins
2284
{ "
Escape
", '\033' },
2506
/* If this is an
escape
character, we don't want to do any more processing.
2540
ISO Latin 1 (128 - 159) into octal
escape
sequences (\200 - \237).
/src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d
6182
enforce(!str.empty, "incomplete
escape
sequence");
6192
throw new Exception("invalid
escape
sequence");
6208
.canFind("invalid
escape
sequence"));
6257
//parse unit of CodepointSet spec, most notably
escape
sequences and char ranges
6263
enum State{ Start, Char,
Escape
, CharDash, CharDashEscape,
6320
state = State.
Escape
;
6344
state = State.
Escape
;
6368
case State.
Escape
:
6453
enforce(false, "invalid
escape
sequence");
6541
enforce(false, "invalid
escape
sequence")
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
3760
Value *
Escape
= emitTransformedIndex(B, CMO, PSE.getSE(), DL, II);
3761
Escape
->setName("ind.
escape
");
3762
MissingVals[UI] =
Escape
;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
wingdi.d
1289
//
Escape
() Spooler Error Codes
1299
//
Escape
(), ExtEscape()
1392
* Header structure for the input buffer to POSTSCRIPT_INJECTION
escape
1438
/* Parameter for GET_PS_FEATURESETTING
escape
*/
4123
int
Escape
(HDC, int, int, LPCSTR, PVOID);
/src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex
1045
%
Escape
PDF strings with converting UTF-16 from UTF-8
1074
%
Escape
PDF strings without converting
5403
% This works without changing the
escape
character used in the toc or aux
5408
% Use \ in index files by default. texi2dvi didn't support @ as the
escape
5411
% the
escape
character can change back to @ again. This should be an easy
5412
% change to make now because both @ and \ are only used as
escape
characters in
5612
% old index files using \ as the
escape
character. Reading this would
5645
% Make @ an
escape
character to give macros a chance to work. This
7090
% One exception: @ is still an
escape
character, so that @end tex works.
8649
{\catcode`\@=0 \catcode`\\=13 % We need to manipulate \ so use @ as
escape
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex
1045
%
Escape
PDF strings with converting UTF-16 from UTF-8
1074
%
Escape
PDF strings without converting
5403
% This works without changing the
escape
character used in the toc or aux
5408
% Use \ in index files by default. texi2dvi didn't support @ as the
escape
5411
% the
escape
character can change back to @ again. This should be an easy
5412
% change to make now because both @ and \ are only used as
escape
characters in
5612
% old index files using \ as the
escape
character. Reading this would
5645
% Make @ an
escape
character to give macros a chance to work. This
7090
% One exception: @ is still an
escape
character, so that @end tex works.
8649
{\catcode`\@=0 \catcode`\\=13 % We need to manipulate \ so use @ as
escape
[
all
...]
/src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex
1008
%
Escape
PDF strings with converting UTF-16 from UTF-8
1037
%
Escape
PDF strings without converting
4893
% @-sign is always an
escape
character when reading auxiliary files
5254
% This works without changing the
escape
character used in the toc or aux
5259
% Use \ in index files by default. texi2dvi didn't support @ as the
escape
5262
% the
escape
character can change back to @ again. This should be an easy
5263
% change to make now because both @ and \ are only used as
escape
characters in
5461
% old index files using \ as the
escape
character. Reading this would
5494
% Make @ an
escape
character to give macros a chance to work. This
6958
% One exception: @ is still an
escape
character, so that @end tex works
[
all
...]
/src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex
1053
%
Escape
PDF strings with converting UTF-16 from UTF-8
1082
%
Escape
PDF strings without converting
5283
% This works without changing the
escape
character used in the toc or aux
5288
% Use \ in index files by default. texi2dvi didn't support @ as the
escape
5291
% the
escape
character can change back to @ again. This should be an easy
5292
% change to make now because both @ and \ are only used as
escape
characters in
5492
% old index files using \ as the
escape
character. Reading this would
5525
% Make @ an
escape
character to give macros a chance to work. This
6970
% One exception: @ is still an
escape
character, so that @end tex works.
8529
{\catcode`\@=0 \catcode`\\=13 % We need to manipulate \ so use @ as
escape
[
all
...]
/src/external/lgpl3/mpfr/dist/doc/
texinfo.tex
1011
%
Escape
PDF strings with converting UTF-16 from UTF-8
1040
%
Escape
PDF strings without converting
5301
% This works without changing the
escape
character used in the toc or aux
5306
% Use \ in index files by default. texi2dvi didn't support @ as the
escape
5309
% the
escape
character can change back to @ again. This should be an easy
5310
% change to make now because both @ and \ are only used as
escape
characters in
5508
% old index files using \ as the
escape
character. Reading this would
5541
% Make @ an
escape
character to give macros a chance to work. This
7005
% One exception: @ is still an
escape
character, so that @end tex works.
8508
{\catcode`\@=0 \catcode`\\=13 % We need to manipulate \ so use @ as
escape
[
all
...]
Completed in 163 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026