Lines Matching refs:BROKEN
50 #define BROKEN 0x2 macro
61 !!(flags & USE_LUT) ^ !!(flags & BROKEN) ? 0 : handle; in exec()
126 if (flags & BROKEN) { in many_exec()
180 fail(exec(fd, handle, BROKEN));
185 fail(exec(fd, handle, USE_LUT | BROKEN));
201 fail(many_exec(fd, handle, i-1, i-1, NORMAL | BROKEN));
202 fail(many_exec(fd, handle, i-1, i, NORMAL | BROKEN));
203 fail(many_exec(fd, handle, i-1, i+1, NORMAL | BROKEN));
204 fail(many_exec(fd, handle, i, i-1, NORMAL | BROKEN));
205 fail(many_exec(fd, handle, i, i, NORMAL | BROKEN));
206 fail(many_exec(fd, handle, i, i+1, NORMAL | BROKEN));
207 fail(many_exec(fd, handle, i+1, i-1, NORMAL | BROKEN));
208 fail(many_exec(fd, handle, i+1, i, NORMAL | BROKEN));
209 fail(many_exec(fd, handle, i+1, i+1, NORMAL | BROKEN));
221 fail(many_exec(fd, handle, i-1, i-1, USE_LUT | BROKEN));
222 fail(many_exec(fd, handle, i-1, i, USE_LUT | BROKEN));
223 fail(many_exec(fd, handle, i-1, i+1, USE_LUT | BROKEN));
224 fail(many_exec(fd, handle, i, i-1, USE_LUT | BROKEN));
225 fail(many_exec(fd, handle, i, i, USE_LUT | BROKEN));
226 fail(many_exec(fd, handle, i, i+1, USE_LUT | BROKEN));
227 fail(many_exec(fd, handle, i+1, i-1, USE_LUT | BROKEN));
228 fail(many_exec(fd, handle, i+1, i, USE_LUT | BROKEN));
229 fail(many_exec(fd, handle, i+1, i+1, USE_LUT | BROKEN));