Searched refs:fDeco (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/tools/spec2def/ |
H A D | spec2def.c | 541 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()
|