Searched refs:NotationList (Results 1 – 1 of 1) sorted by relevance
77 typedef struct NotationList { struct78 struct NotationList *next; argument82 } NotationList; typedef86 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 …]