HomeSort by: relevance | last modified time | path
    Searched refs:INF127 (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ps/
ps.h 73 #define INF127 0x08 /* 127 = infinity: if > 127, print 127. */
keyword.c 178 LVAR("re", "RE", INF127, l_swtime, UINT, "u"),
194 LVAR("sl", "SL", INF127, l_slptime, UINT, "u"),
print.c 1242 * Note that the "INF127" check is nonsensical for types
1246 #define CHK_INF127(n) (((n) > 127) && (v->flag & INF127) ? 127 : (n))

Completed in 13 milliseconds