Home
last modified time | relevance | path

Searched refs:bracket (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c879 char bracket[3]; in bothcases() local
883 p->next = bracket; in bothcases()
884 p->end = bracket+2; in bothcases()
885 bracket[0] = ch; in bothcases()
886 bracket[1] = ']'; in bothcases()
887 bracket[2] = '\0'; in bothcases()
889 assert(p->next == bracket+2); in bothcases()
921 char bracket[4]; in nonnewline() local
923 p->next = bracket; in nonnewline()
924 p->end = bracket+3; in nonnewline()
[all …]
/ndk/sources/host-tools/make-3.81/doc/
Dfdl.texi354 covers that bracket the Document within the aggregate, or the
356 Otherwise they must appear on printed covers that bracket the whole
Dmake.info-23185 on covers that bracket the Document within the aggregate, or the
3187 form. Otherwise they must appear on printed covers that bracket
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dregex3373 // Not called inside a bracket