Lines Matching full:booleans
2098 /* create a new temporary conditional node with the booleans
2109 ERR(state->handle, "Error mapping booleans");
2855 * "transformed" as booleans by having their TUNABLE flag cleared.
2868 int booleans, tunables, i;
2872 booleans = tunables = 0;
2883 booleans++;
2887 * that no mixture of tunables and booleans in one
2891 assert(!(booleans && tunables));
2893 if (booleans || preserve_tunables) {