Lines Matching defs:ok
53 Bool ok;
82 ok = 1;
85 while ((file) && (ok))
94 ok = False;
101 ok = False;
113 ok = False;
140 if (ok)
145 if (ok)
147 if (ok && (sections[KEYCODES] != NULL))
148 ok = CompileKeycodes(sections[KEYCODES], result, MergeOverride);
149 if (ok && (sections[GEOMETRY] != NULL))
150 ok = CompileGeometry(sections[GEOMETRY], result, MergeOverride);
151 if (ok && (sections[TYPES] != NULL))
152 ok = CompileKeyTypes(sections[TYPES], result, MergeOverride);
153 if (ok && (sections[COMPAT] != NULL))
154 ok = CompileCompatMap(sections[COMPAT], result, MergeOverride,
156 if (ok && (sections[SYMBOLS] != NULL))
157 ok = CompileSymbols(sections[SYMBOLS], result, MergeOverride);
159 if (!ok)
179 ok = False;
181 ok = BindIndicators(result, True, unbound, NULL);
182 return ok;