Searched refs:fblocks (Results 1 – 9 of 9) sorted by relevance
1454 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()
256 #define fblocks B.Bfblocks macro
822 fseekp = feobp = fblocks = 0; in srcunit()848 for (i = 0; i < fblocks; i++) in srcunit()
112 cflags += [ "-fblocks" ]
296 .. option:: -fblocks
2680 on some platforms; it can be enabled in any mode with the ``-fblocks``3641 -fblocks Enable the 'blocks' language feature
1359 .. option:: -fblocks, -fno-blocks
5422 def fblocks_runtime_optional : Flag<["-"], "fblocks-runtime-optional">,
9416 def err_blocks_disable : Error<"blocks support disabled - compile with -fblocks"