Searched refs:OA_NAME (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dxmlconfig.c507 enum OptAttr {OA_DEFAULT = 0, OA_NAME, OA_TYPE, OA_VALID, OA_COUNT}; enumerator in enum:parseOptInfoAttr::OptAttr
519 if (!attrVal[OA_NAME]) XML_FATAL1 ("name attribute missing in option.");
523 opt = findOption (cache, attrVal[OA_NAME]);
525 XML_FATAL ("option %s redefined.", attrVal[OA_NAME]);
528 XSTRDUP (cache->info[opt].name, attrVal[OA_NAME]);

Completed in 3 milliseconds