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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c11610 xmlSchemaFacetPtr facet, lastfacet = NULL; local
11638 if (lastfacet == NULL)
11641 lastfacet->next = facet;
11642 lastfacet = facet;
11643 lastfacet->next = NULL;

Completed in 152 milliseconds