Home
last modified time | relevance | path

Searched refs:NZERO (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dnice.c46 #ifndef NZERO
47 # define NZERO 20 macro
51 #if NZERO == 0
52 # undef NZERO
53 # define NZERO 20 macro
77 - NZERO, NZERO - 1); in usage()
169 enum { MIN_ADJUSTMENT = 1 - 2 * NZERO, MAX_ADJUSTMENT = 2 * NZERO - 1 }; in main()
/coreutils/
DNEWS4723 nice now works on Darwin 7.7.0 in spite of its invalid definition of NZERO.