Searched refs:backslashes (Results 1 – 25 of 55) sorted by relevance
123
/external/bison/lib/ |
D | w32spawn.h | 161 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/ |
D | scev-invalidation.ll | 11 %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/ |
D | Backslash escapes.text | 120 This is a tag with backslashes <span attr='\\backslashes\\'>bar</span>.
|
D | Markdown Documentation - Syntax.text | 869 literal asterisks (instead of an HTML `<em>` tag), you can backslashes
|
/external/bison/djgpp/ |
D | djunpack.bat | 33 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.
|
D | README.in | 106 be given with the DOS-style backslashes; Unix-style forward slashes
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
D | StyleGuide.txt | 13 by grouping with parenthesis instead of with backslashes (if you
|
/external/libxml2/win32/ |
D | Readme.txt | 156 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/ |
D | Program.inc | 146 /// 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/ |
D | CHANGES | 139 - Issue #44: Fix interpretation of backslashes on Python 2 in the u() function.
|
/external/openssh/ |
D | sftp.0 | 198 backslashes (M-bM-^@M-^X\M-bM-^@M-^Y).
|
/external/libopus/ |
D | ltmain.sh | 4995 unsigned int backslashes; 5001 backslashes = 0; 5008 length += backslashes + 1;
|
/external/pcre/dist/ |
D | ltmain.sh | 4995 unsigned int backslashes; 5001 backslashes = 0; 5008 length += backslashes + 1;
|
/external/protobuf/gtest/build-aux/ |
D | ltmain.sh | 4995 unsigned int backslashes; 5001 backslashes = 0; 5008 length += backslashes + 1;
|
/external/protobuf/ |
D | ltmain.sh | 4995 unsigned int backslashes; 5001 backslashes = 0; 5008 length += backslashes + 1;
|
/external/libpng/ |
D | ltmain.sh | 4995 unsigned int backslashes; 5001 backslashes = 0; 5008 length += backslashes + 1;
|
/external/openfst/ |
D | ltmain.sh | 4995 unsigned int backslashes; 5001 backslashes = 0; 5008 length += backslashes + 1;
|
/external/libedit/ |
D | ltmain.sh | 4995 unsigned int backslashes; 5001 backslashes = 0; 5008 length += backslashes + 1;
|
/external/libexif/ |
D | ltmain.sh | 4992 unsigned int backslashes; 4998 backslashes = 0; 5005 length += backslashes + 1;
|
/external/libcap-ng/libcap-ng-0.7/ |
D | ltmain.sh | 4995 unsigned int backslashes; 5001 backslashes = 0; 5008 length += backslashes + 1;
|
/external/llvm/cmake/modules/ |
D | AddLLVM.cmake | 96 # Convert ${export_file} to native format (backslashes) for "type"
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 832 literal asterisks (instead of an HTML `<em>` tag), you can backslashes
|
/external/markdown/tests/markdown-test/ |
D | markdown-syntax.txt | 869 literal asterisks (instead of an HTML `<em>` tag), you can backslashes
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 869 literal asterisks (instead of an HTML `<em>` tag), you can backslashes
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Syntax.text | 869 literal asterisks (instead of an HTML `<em>` tag), you can backslashes
|
123