Searched refs:curly (Results 1 – 25 of 41) sorted by relevance
12
/external/toybox/toys/posix/ |
D | find.c | 76 int dir, plus, arglen, argsize, curly; member 108 if (aa->curly < 0) { in flush_exec() 112 int pos = aa->curly, rest = aa->arglen - aa->curly; in flush_exec() 118 rest = aa->arglen - aa->curly - 1; in flush_exec() 119 memcpy(newargs+pos, aa->argstart+aa->curly+1, sizeof(char *)*rest); in flush_exec() 442 aa->curly = -1; in do_find() 448 aa->curly = len; in do_find() 457 aa->curly!=-1 ? "\\;" : "{}"); in do_find()
|
D | sed.c | 346 int curly = 1; in walk_pattern() local 348 while (curly) { in walk_pattern() 350 if (logrus->c == '{') curly++; in walk_pattern() 351 if (logrus->c == '}') curly--; in walk_pattern()
|
/external/markdown/docs/extensions/ |
D | Fenced_Code_Blocks.txt | 36 with other markdown syntax, the language can *optionally* be wrapped in curly
|
/external/skia/platform_tools/android/examples/hello_skia_app/ |
D | README | 13 are surrounded with curly braces should be replaced with the paths that are described.
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/ |
D | DESCRIPTION | 39 - Between ``:first-line`` and the following comma or curly brace a space is
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/ |
D | README.rst | 56 - Between ``:first-line`` and the following comma or curly brace a space is
|
D | PKG-INFO | 248 - Between ``:first-line`` and the following comma or curly brace a space is
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 127 draw curly isolines with different colors for different vertices.
|
/external/opencv3/doc/tutorials/introduction/documenting_opencv/ |
D | documentation_tutorial.markdown | 409 you can manually specify it in curly braces:
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 230 needed for the class, they are enclosed in curly braces ("``{}``"); otherwise,
|
/external/llvm/docs/ |
D | TestingGuide.rst | 234 To avoid this use curly braces to tell :program:`lit` that it should treat
|
D | CodingStandards.rst | 765 … a braced initializer list when initializing a variable, use an equals before the open curly brace:
|
/external/pcre/dist/ |
D | HACKING | 399 myself, can be round, square, curly, or pointy. Hence this usage rather than
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 843 {} curly braces
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Syntax.text | 880 {} curly braces
|
/external/markdown/tests/markdown-test/ |
D | markdown-syntax.txt | 880 {} curly braces
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 880 {} curly braces
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Syntax.text | 880 {} curly braces
|
/external/icu/icu4c/source/test/testdata/ |
D | re_tests.txt | 492 a(?{"{"}})b - c - Unmatched right curly bracket
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 398 put in hex without the curly brackets.
|
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
D | polymer.js | 2368 case 123: // { open curly brace 2369 case 125: // } close curly brace
|
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
D | polymer.js | 2368 case 123: // { open curly brace 2369 case 125: // } close curly brace
|
/external/icu/icu4c/source/data/mappings/ |
D | convrtrs.txt | 52 # curly braces, as in ISO_8859-1:1987{IANA*} iso-8859-1 { MIME* } or
|
/external/dbus/ |
D | ChangeLog.pre-1-2 | 382 fix location of curly braces
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 2704 // @TODO: We use some tricks here to emit curly braces. Can we clean this up
|
12