Lines Matching defs:found
111 bool found = (cnl->cnl_ids[0] == 0);
126 !found
134 found = (cnl->cnl_ids[i] == my_id);
137 * found & inclusive == match
138 * !found & !inclusive == match
139 * found & !inclusive == no match
140 * !found & inclusive == no match
142 * found ^ inclusive = no match
144 * !(found ^ inclusive) = match
146 if (found ^ inclusive)