Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sh/
H A Dstak.c61 if (brkend - stakbot < BRKINCR) in locstak()
124 if ((brkend - stakbas) > BRKINCR + BRKINCR) in stakchk()
125 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()