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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.h66 extern char *nextb(char *);
H A Dbindings.c209 } else if ((q = nextb(p)) == p) {
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
H A Dn3.c304 nextb = ip;
311 if (i == NM || (nextb = alloc()) == 0) {
320 contab[i].mx = (unsigned) nextb;
331 return(offset = nextb);
435 filep alloc() /*return free blist[] block in nextb*/
460 fdprintf(stderr, "newmn %d; nextb was %x, will be %x\n",
461 newmn, nextb, j);
464 return(nextb = j);
522 blist[j] = (unsigned)(nextb);
H A Dext.h66 extern filep nextb;
/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 65 milliseconds