Home
last modified time | relevance | path

Searched refs:nextb (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/troff/
H A Dn3.c304 nextb = ip;
311 if (i == NM || (nextb = alloc()) == 0) {
320 contab[i].mx = (unsigned) nextb;
331 return(offset = nextb);
461 newmn, nextb, j); in alloc()
464 return(nextb = j); in alloc()
522 blist[j] = (unsigned)(nextb);
H A Dnii.c117 filep nextb; variable
H A Dext.h66 extern filep nextb;
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.h66 extern char *nextb(char *);
H A Dbindings.c209 } else if ((q = nextb(p)) == p) { in generate_a_binding()
H A Dutil.c201 nextb(char *p) in nextb() function
/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c185 reg Block_t *b, *endb, *nextb; local
198 for(; b < endb && rv == 0; b = nextb)
199 { nextb = (Block_t*)((Vmuchar_t*)DATA(b) + (SIZE(b)&~BITS) );
207 if(!ISBUSY(SIZE(nextb)) || !ISPFREE(SIZE(nextb)) )
228 if(ISPFREE(SIZE(nextb)) )