Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/aux/antiword/
H A Dnotes.c23 static ULONG *aulFootnoteList = NULL; variable
45 aulFootnoteList = xfree(aulFootnoteList); in vDestroyNotesInfoLists()
110 fail(aulFootnoteList != NULL); in vGet0FootnotesInfoAndText()
111 aulFootnoteList = xcalloc(tFootnoteListLength, sizeof(ULONG)); in vGet0FootnotesInfoAndText()
118 aulFootnoteList[tIndex] = ulFileOffset; in vGet0FootnotesInfoAndText()
201 fail(aulFootnoteList != NULL); in vGet2FootnotesInfo()
202 aulFootnoteList = xcalloc(tFootnoteListLength, sizeof(ULONG)); in vGet2FootnotesInfo()
209 aulFootnoteList[tIndex] = ulFileOffset; in vGet2FootnotesInfo()
339 fail(aulFootnoteList != NULL); in vGet6FootnotesInfo()
340 aulFootnoteList = xcalloc(tFootnoteListLength, sizeof(ULONG)); in vGet6FootnotesInfo()
[all …]