Searched refs:ScanToken (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/tools/spec2def/ |
H A D | spec2def.c | 170 ScanToken(const char *token, char chr) in ScanToken() function 248 (!!ScanToken(pexp->strTarget.buf, '.'))) in OutputLine_stub() 487 const char *pcAt = ScanToken(pexp->strName.buf, '@'); in OutputLine_asmstub() 560 pcAt = ScanToken(pcName, '@'); in PrintName() 579 pcDot = ScanToken(pcName, '.'); in PrintName() 592 pcAt = ScanToken(pcName, '@'); in PrintName() 652 if ((giArch == ARCH_X86) && ScanToken(pexp->strName.buf, '@') && in OutputLine_def_MS() 653 !ScanToken(pexp->strTarget.buf, '@') && in OutputLine_def_MS() 691 int fIsExternal = !!ScanToken(pexp->strTarget.buf, '.'); in OutputLine_def_GCC() 729 const char* pcDeco = ScanToken(pexp->strName.buf, '@'); in OutputLine_def_GCC() [all …]
|