Lines Matching defs:rtrn
259 Status rtrn;
263 if ((rtrn = XkbAllocGeomProps(geom, rep->nProperties)) == Success) {
278 rtrn = Success;
280 rtrn = BadLength;
282 return rtrn;
290 Status rtrn;
294 if ((rtrn = XkbAllocGeomKeyAliases(geom, rep->nKeyAliases)) == Success) {
304 return rtrn;
312 Status rtrn;
316 if ((rtrn = XkbAllocGeomColors(geom, rep->nColors)) == Success) {
322 rtrn = BadLength;
324 rtrn = BadAlloc;
327 if (rtrn != Success)
328 return rtrn;
332 return rtrn;
341 Status rtrn;
345 if ((rtrn = XkbAllocGeomShapes(geom, rep->nShapes)) != Success)
346 return rtrn;
507 Status rtrn;
511 if ((rtrn = XkbAllocGeomSections(geom, rep->nSections)) != Success)
512 return rtrn;
572 if ((rtrn = _XkbReadGeomDoodad(buf, geom, section)) != Success)
573 return rtrn;
580 if ((rtrn = _XkbReadGeomOverlay(buf, geom, section)) != Success)
581 return rtrn;
594 Status rtrn;
598 if ((rtrn = XkbAllocGeomDoodads(geom, rep->nDoodads)) != Success)
599 return rtrn;
601 if ((rtrn = _XkbReadGeomDoodad(buf, geom, NULL)) != Success)
602 return rtrn;