Home
last modified time | relevance | path

Searched defs:pOutput (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/aux/antiword/
H A Dword2text.c143 vStoreByte(UCHAR ucChar, output_type *pOutput) in vStoreByte()
166 vStoreChar(ULONG ulChar, BOOL bChangeAllowed, output_type *pOutput) in vStoreChar()
197 vStoreCharacter(ULONG ulChar, output_type *pOutput) in vStoreCharacter()
206 vStoreString(const char *szString, size_t tStringLength, output_type *pOutput) in vStoreString()
221 vStoreNumberAsDecimal(UINT uiNumber, output_type *pOutput) in vStoreNumberAsDecimal()
237 vStoreNumberAsRoman(UINT uiNumber, output_type *pOutput) in vStoreNumberAsRoman()
253 vStoreStyle(diagram_type *pDiag, output_type *pOutput, in vStoreStyle()
276 vPutIndentation(diagram_type *pDiag, output_type *pOutput, in vPutIndentation()
388 vPutSeparatorLine(output_type *pOutput) in vPutSeparatorLine()
644 output_type *pAnchor, *pOutput, *pLeftOver; in bWordDecryptor() local
[all …]
H A Dout2window.c24 output_type *pOutput; in vString2Diagram() local
572 vTableRow2Window(diagram_type *pDiag, output_type *pOutput, in vTableRow2Window()