Home
last modified time | relevance | path

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

/freebsd/contrib/unifdef/
H A Dunifdef.c178 static bool strictlogic; /* -K: keep ambiguous #ifs */ variable
320 strictlogic = true; in main()
913 if (!strictlogic && (at == LT_TRUE || bt == LT_TRUE)) in op_or()
918 if (!strictlogic && (at == LT_FALSE || bt == LT_FALSE)) in op_and()