Searched refs:bbase (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/usr.bin/m4/ |
| H A D | misc.c | 60 unsigned char *bbase[MAXINP]; /* the base for each ilevel */ variable 172 bbase[i] = buf; in initspaces() 205 bbase[i] = (bbase[i]-buf)+newbuf; in enlarge_bufspace()
|
| H A D | extern.h | 164 extern unsigned char *bbase[]; /* buffer base per ilevel */
|
| H A D | main.c | 243 bbase[0] = bufbase; in main() 434 bufbase = bbase[ilevel]; in macro()
|
| H A D | eval.c | 733 bbase[ilevel] = bufbase = bp; in doincl()
|
| /openbsd-src/sys/ufs/ffs/ |
| H A D | ffs_alloc.c | 878 int i, frags, bbase; in ffs_fragextend() local 884 bbase = fragnum(fs, bprev); in ffs_fragextend() 885 if (bbase > fragnum(fs, (bprev + frags - 1))) { in ffs_fragextend() 910 for (i = frags; i < fs->fs_frag - bbase; i++) in ffs_fragextend() 1256 int i, cg, blk, frags, bbase; in ffs_blkfree() local 1301 bbase = bno - fragnum(fs, bno); in ffs_blkfree() 1305 blk = blkmap(fs, cg_blksfree(cgp), bbase); in ffs_blkfree() 1326 blk = blkmap(fs, cg_blksfree(cgp), bbase); in ffs_blkfree() 1331 blkno = fragstoblks(fs, bbase); in ffs_blkfree() 1342 i = cbtocylno(fs, bbase); in ffs_blkfree() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| H A D | Shell.pm | 293 my @bbase = "Bundle"; 294 while (my $bbase = shift @bbase) { 295 $bdir = File::Spec->catdir($incdir,split /::/, $bbase); 296 CPAN->debug("bdir[$bdir]\@bbase[@bbase]") if $CPAN::DEBUG; 303 push @bbase, "$bbase\::$entry"; 306 $CPAN::META->instance('CPAN::Bundle',"$bbase\::$entry");
|