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

/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c192 static bool strictlogic; /* -K: keep ambiguous #ifs */ variable
349 strictlogic = true;
940 if (!strictlogic && (at == LT_TRUE || bt == LT_TRUE))
945 if (!strictlogic && (at == LT_FALSE || bt == LT_FALSE))

Completed in 46 milliseconds