Lines Matching defs:ext
107 register _XExtension *ext;
119 for (ext = dpy->ext_procs; ext; ext = ext->next) {
120 if (ext->error_string)
121 (*ext->error_string)(dpy, code, &ext->codes, buffer, nbytes);
122 if (ext->codes.first_error &&
123 ext->codes.first_error <= code &&
124 (!bext || ext->codes.first_error > bext->codes.first_error))
125 bext = ext;