Home
last modified time | relevance | path

Searched defs:TEST2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dspecifiers1.c4 #define TEST2(x, y) TEST(x y) TEST(y x) in OK() macro
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h60 #define TEST2 {if ((count -= 2) <= 0) {printf("\\\n"); count = ll; } } macro