Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/
H A Dn3.c302 nextb = ip;
309 if (i == NM || (nextb = alloc()) == 0) {
318 contab[i].mx = (unsigned) nextb;
329 return(offset = nextb);
459 newmn, nextb, j); in alloc()
462 return(nextb = j); in alloc()
520 blist[j] = (unsigned)(nextb);
H A Dnii.c114 filep nextb; variable
H A Dext.h64 extern filep nextb;
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.h63 extern char *nextb(char *);
H A Dbindings.c207 } else if ((q = nextb(p)) == p) { in generate_a_binding()
H A Dutil.c199 nextb(char *p) in nextb() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmbest.c176 reg Block_t *b, *endb, *nextb; local
189 for(; b < endb && rv == 0; b = nextb)
190 { nextb = (Block_t*)((Vmuchar_t*)DATA(b) + (SIZE(b)&~BITS) );
198 if(!ISBUSY(SIZE(nextb)) || !ISPFREE(SIZE(nextb)) )
219 if(ISPFREE(SIZE(nextb)) )