Home
last modified time | relevance | path

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

/openbsd/usr.bin/w/
H A Dproc_compare.c61 #define TESTAB(a, b) ((a)<<1 | (b)) macro
74 switch (TESTAB(ISRUN(p1), ISRUN(p2))) { in proc_compare()
92 switch (TESTAB(p1->p_stat == SDEAD, p2->p_stat == SDEAD)) { in proc_compare()