Home
last modified time | relevance | path

Searched refs:bbase (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.bin/m4/
H A Dmisc.c60 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 Dextern.h164 extern unsigned char *bbase[]; /* buffer base per ilevel */
H A Dmain.c243 bbase[0] = bufbase; in main()
434 bufbase = bbase[ilevel]; in macro()
H A Deval.c733 bbase[ilevel] = bufbase = bp; in doincl()
/openbsd-src/sys/ufs/ffs/
H A Dffs_alloc.c878 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 DShell.pm293 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");