Home
last modified time | relevance | path

Searched refs:fblocks (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/bin/csh/
H A Dlex.c1454 if (buf >= fblocks) { in bgetc()
1458 nfbuf = xcalloc((size_t)(fblocks + 2), sizeof(*nfbuf)); in bgetc()
1464 fbuf[fblocks] = xcalloc(BUFSIZE, sizeof(Char)); in bgetc()
1465 fblocks++; in bgetc()
1494 feobp = fseekp = fblocks * BUFSIZE; in bgetc()
1559 fblocks -= sb; in bfree()
1629 fblocks = 1; in settell()
H A Dcsh.h256 #define fblocks B.Bfblocks macro
H A Dcsh.c822 fseekp = feobp = fblocks = 0; in srcunit()
848 for (i = 0; i < fblocks; i++) in srcunit()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/tsan/
H A DBUILD.gn112 cflags += [ "-fblocks" ]
/netbsd-src/external/apache2/llvm/dist/clang/docs/CommandGuide/
H A Dclang.rst296 .. option:: -fblocks
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DUsersManual.rst2680 on some platforms; it can be enabled in any mode with the ``-fblocks``
3641 -fblocks Enable the 'blocks' language feature
H A DClangCommandLineReference.rst1359 .. option:: -fblocks, -fno-blocks
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5422 def fblocks_runtime_optional : Flag<["-"], "fblocks-runtime-optional">,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td9416 def err_blocks_disable : Error<"blocks support disabled - compile with -fblocks"