Home | History | Annotate | Download | only in src

Lines Matching defs:booleans

2071 	/* create a new temporary conditional node with the booleans
2082 ERR(state->handle, "Error mapping booleans");
2892 * "transformed" as booleans by having their TUNABLE flag cleared.
2905 int booleans, tunables, i;
2909 booleans = tunables = 0;
2920 booleans++;
2924 * that no mixture of tunables and booleans in one
2928 assert(!(booleans && tunables));
2930 if (booleans || preserve_tunables) {