Searched refs:endblock (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/cf/
H A Dmake-proto.pl306 $endblock = "#endif /* __BLOCKS__ */\n";
308 $beginblock = $endblock = "";
317 $private_h .= $endblock . "\n";
335 $public_h .= $beginblock . $funcs{$_} . "\n" . $endblock;
/macosx-10.9.5/text_cmds-87/rs/
H A Drs.c341 static char *endblock = ibuf + BSIZE; local
356 if (!putlength && endblock - curline < BUFSIZ) { /* need storage */
357 /*ww = endblock-curline; tt += ww;*/
361 endblock = curline + BSIZE;
362 /*printf("#endb %d curline %d\n",endblock,curline);*/
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddjango.vim24 syn keyword djangoStatement contained and as block endblock by cycle debug else
H A Dsdl.vim23 syn keyword sdlStatement endprocess endprocedure endblock endsystem
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c7316 u_int32_t endblock; local
7323 endblock = filerec->dataFork.extents[i].startBlock +
7325 if (endblock > allocLimit) {
7336 endblock = filerec->resourceFork.extents[j].startBlock +
7338 if (endblock > allocLimit) {
7390 endblock = extrec[i].startBlock + extrec[i].blockCount;
7391 if (endblock > allocLimit) {

Completed in 108 milliseconds