Home
last modified time | relevance | path

Searched refs:backslashes (Results 1 – 25 of 55) sorted by relevance

123

/external/bison/lib/
Dw32spawn.h161 unsigned int backslashes; in prepare_spawn() local
167 backslashes = 0; in prepare_spawn()
174 length += backslashes + 1; in prepare_spawn()
177 backslashes++; in prepare_spawn()
179 backslashes = 0; in prepare_spawn()
182 length += backslashes + 1; in prepare_spawn()
187 backslashes = 0; in prepare_spawn()
196 for (j = backslashes + 1; j > 0; j--) in prepare_spawn()
201 backslashes++; in prepare_spawn()
203 backslashes = 0; in prepare_spawn()
[all …]
/external/llvm/test/Transforms/LoopIdiom/
Dscev-invalidation.ll11 %backslashes.0 = phi i32 [ undef, %entry ], [ %backslashes.2, %for.inc ]
21 %tobool210 = icmp eq i32 %backslashes.0, 0
25 %1 = add i32 %backslashes.0, -1
30 %tobool57 = icmp eq i32 %backslashes.0, 0
38 %backslashes.111 = phi i32 [ %backslashes.0, %while.body.lr.ph ], [ %dec, %while.body ]
41 %dec = add nsw i32 %backslashes.111, -1
55 %backslashes.2 = phi i32 [ %backslashes.0, %for.cond ], [ 0, %for.inc.loopexit ]
62 %backslashes.38 = phi i32 [ %backslashes.0, %for.body6.lr.ph ], [ %dec9, %for.body6 ]
65 %dec9 = add nsw i32 %backslashes.38, -1
/external/markdown/MarkdownTest/Tests_2007/
DBackslash escapes.text120 This is a tag with backslashes <span attr='\\backslashes\\'>bar</span>.
DMarkdown Documentation - Syntax.text869 literal asterisks (instead of an HTML `<em>` tag), you can backslashes
/external/bison/djgpp/
Ddjunpack.bat33 Rem directories, it MUST use backslashes, not forward slashes.
82 echo Remember that %1 cannot use forward slashes, only backslashes.
86 echo Remember that the file name cannot use forward slashes, only backslashes.
DREADME.in106 be given with the DOS-style backslashes; Unix-style forward slashes
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
DStyleGuide.txt13 by grouping with parenthesis instead of with backslashes (if you
/external/libxml2/win32/
DReadme.txt156 backslashes for directory separation. Sometimes Mingw needs this. If
157 this is the case, and you specify backslashes, then the compiler will
/external/llvm/lib/Support/Windows/
DProgram.inc146 /// CountPrecedingBackslashes - Returns the number of backslashes preceding Cur
184 // Note that we *don't* need to escape runs of backslashes that don't
/external/chromium-trace/trace-viewer/third_party/six/
DCHANGES139 - Issue #44: Fix interpretation of backslashes on Python 2 in the u() function.
/external/openssh/
Dsftp.0198 backslashes (M-bM-^@M-^X\M-bM-^@M-^Y).
/external/libopus/
Dltmain.sh4995 unsigned int backslashes;
5001 backslashes = 0;
5008 length += backslashes + 1;
/external/pcre/dist/
Dltmain.sh4995 unsigned int backslashes;
5001 backslashes = 0;
5008 length += backslashes + 1;
/external/protobuf/gtest/build-aux/
Dltmain.sh4995 unsigned int backslashes;
5001 backslashes = 0;
5008 length += backslashes + 1;
/external/protobuf/
Dltmain.sh4995 unsigned int backslashes;
5001 backslashes = 0;
5008 length += backslashes + 1;
/external/libpng/
Dltmain.sh4995 unsigned int backslashes;
5001 backslashes = 0;
5008 length += backslashes + 1;
/external/openfst/
Dltmain.sh4995 unsigned int backslashes;
5001 backslashes = 0;
5008 length += backslashes + 1;
/external/libedit/
Dltmain.sh4995 unsigned int backslashes;
5001 backslashes = 0;
5008 length += backslashes + 1;
/external/libexif/
Dltmain.sh4992 unsigned int backslashes;
4998 backslashes = 0;
5005 length += backslashes + 1;
/external/libcap-ng/libcap-ng-0.7/
Dltmain.sh4995 unsigned int backslashes;
5001 backslashes = 0;
5008 length += backslashes + 1;
/external/llvm/cmake/modules/
DAddLLVM.cmake96 # Convert ${export_file} to native format (backslashes) for "type"
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt832 literal asterisks (instead of an HTML `<em>` tag), you can backslashes
/external/markdown/tests/markdown-test/
Dmarkdown-syntax.txt869 literal asterisks (instead of an HTML `<em>` tag), you can backslashes
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt869 literal asterisks (instead of an HTML `<em>` tag), you can backslashes
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Syntax.text869 literal asterisks (instead of an HTML `<em>` tag), you can backslashes

123