Home | History | Annotate | Download | only in xmlwf

Lines Matching defs:notationName

56   const XML_Char *notationName;
331 free((void *)notationListHead->notationName);
363 return xcscmp(n1->notationName, n2->notationName);
407 fputts(notations[i]->notationName, data->fp);
439 const XML_Char *notationName,
452 entry->notationName = xcsdup(notationName);
453 if (entry->notationName == NULL) {
462 free((void *)entry->notationName);
475 free((void *)entry->notationName);
714 const XML_Char *notationName,
722 ftprintf(fp, T("<notation name=\"%s\""), notationName);
744 const XML_Char *notationName)
757 else if (notationName) {
764 ftprintf(fp, T(" notation=\"%s\""), notationName);