Home
last modified time | relevance | path

Searched refs:NotationList (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c77 typedef struct NotationList { struct
78 struct NotationList *next; argument
82 } NotationList; typedef
86 NotationList *notationListHead;
335 NotationList *notationListHead = data->notationListHead; in freeNotations()
338 NotationList *next = notationListHead->next; in freeNotations()
374 const NotationList *const n1 = *(const NotationList *const *)a; in notationCmp()
375 const NotationList *const n2 = *(const NotationList *const *)b; in notationCmp()
383 NotationList **notations; in endDoctypeDecl()
385 NotationList *p; in endDoctypeDecl()
[all …]