Searched defs:nextb (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c197 * nextb -- skip over non-blanks (including operators!)
201 nextb(char *p) function
/illumos-gate/usr/src/cmd/troff/
H A Dnii.c117 filep nextb; variable
/illumos-gate/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)) )

Completed in 61 milliseconds