Searched refs:SLACK (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c127 #define SLACK 1024 macro
128 char buf[SF_MAXDIGITS+SLACK], tmp[SF_MAXDIGITS+1], data[SF_GRAIN];
1060 for(ep = buf+SLACK, endep = ep + n; ; )
1069 sp = buf+SLACK;
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwrefresh.c491 #define SLACK 4 macro
493 endns < wx || (endns >= lastx && (scrco - lastx) > SLACK)) {
506 if (idcx >= scrco - SLACK)

Completed in 29 milliseconds