Home | History | Annotate | Download | only in src

Lines Matching defs:booleans

1979 	/* create a new temporary conditional node with the booleans
1988 ERR(state->handle, "Error mapping booleans");
2740 * "transformed" as booleans by having their TUNABLE flag cleared.
2753 int booleans, tunables, i;
2757 booleans = tunables = 0;
2768 booleans++;
2772 * that no mixture of tunables and booleans in one
2776 assert(!(booleans && tunables));
2778 if (booleans || preserve_tunables) {