Home
last modified time | relevance | path

Searched refs:curly (Results 1 – 25 of 41) sorted by relevance

12

/external/toybox/toys/posix/
Dfind.c76 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()
Dsed.c346 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/
DFenced_Code_Blocks.txt36 with other markdown syntax, the language can *optionally* be wrapped in curly
/external/skia/platform_tools/android/examples/hello_skia_app/
DREADME13 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/
DDESCRIPTION39 - Between ``:first-line`` and the following comma or curly brace a space is
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
DREADME.rst56 - Between ``:first-line`` and the following comma or curly brace a space is
DPKG-INFO248 - Between ``:first-line`` and the following comma or curly brace a space is
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt127 draw curly isolines with different colors for different vertices.
/external/opencv3/doc/tutorials/introduction/documenting_opencv/
Ddocumentation_tutorial.markdown409 you can manually specify it in curly braces:
/external/llvm/docs/TableGen/
DLangIntro.rst230 needed for the class, they are enclosed in curly braces ("``{}``"); otherwise,
/external/llvm/docs/
DTestingGuide.rst234 To avoid this use curly braces to tell :program:`lit` that it should treat
DCodingStandards.rst765 … a braced initializer list when initializing a variable, use an equals before the open curly brace:
/external/pcre/dist/
DHACKING399 myself, can be round, square, curly, or pointy. Hence this usage rather than
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt843 {} curly braces
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Syntax.text880 {} curly braces
/external/markdown/tests/markdown-test/
Dmarkdown-syntax.txt880 {} curly braces
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt880 {} curly braces
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Syntax.text880 {} curly braces
/external/icu/icu4c/source/test/testdata/
Dre_tests.txt492 a(?{"{"}})b - c - Unmatched right curly bracket
/external/pcre/dist/doc/
Dpcretest.txt398 put in hex without the curly brackets.
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dpolymer.js2368 case 123: // { open curly brace
2369 case 125: // } close curly brace
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
Dpolymer.js2368 case 123: // { open curly brace
2369 case 125: // } close curly brace
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt52 # curly braces, as in ISO_8859-1:1987{IANA*} iso-8859-1 { MIME* } or
/external/dbus/
DChangeLog.pre-1-2382 fix location of curly braces
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td2704 // @TODO: We use some tricks here to emit curly braces. Can we clean this up

12