Home | History | Annotate | Download | only in src

Lines Matching refs:booleans

2098 	/* create a new temporary conditional node with the booleans
2109 ERR(state->handle, "Error mapping booleans");
2861 * "transformed" as booleans by having their TUNABLE flag cleared.
2874 int booleans, tunables, i;
2878 booleans = tunables = 0;
2889 booleans++;
2893 * that no mixture of tunables and booleans in one
2897 assert(!(booleans && tunables));
2899 if (booleans || preserve_tunables) {