Home
last modified time | relevance | path

Searched refs:BRKINCR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dstak.c60 if (brkend - stakbot < BRKINCR) in locstak()
123 if ((brkend - stakbas) > BRKINCR + BRKINCR) in stakchk()
124 setbrk(-BRKINCR); in stakchk()
H A Dbrkincr.h28 #define BRKINCR 01000 macro
H A Dblok.c45 unsigned brkincr = BRKINCR;
111 brkbegin = setbrk(3 * BRKINCR); in addblok()