Home
last modified time | relevance | path

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

/reactos/sdk/tools/spec2def/
H A Dspec2def.c541 PrintName(FILE *fileDest, EXPORT *pexp, PSTRING pstr, int fDeco) in PrintName() argument
570 else if (fDeco && in PrintName()
616 else if (fDeco && (pexp->nCallingConvention == CC_CDECL) && gbMSComp) in PrintName()
811 PrintNameOrImpName(FILE *fileDest, EXPORT *pexp, PSTRING pstr, int fDeco, int fImp) in PrintNameOrImpName() argument
818 PrintName(fileDest, pexp, pstr, fDeco); in PrintNameOrImpName()