Home
last modified time | relevance | path

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

/reactos/sdk/tools/spec2def/
H A Dspec2def.c88 FL_IMPSYM = 128, enumerator
694 fprintf(fileDest, pexp->uFlags & FL_IMPSYM ? "==" : "="); in OutputLine_def_GCC()
757 if (pexp->uFlags & FL_IMPSYM) in OutputLine_def()
847 if ((pexp->uFlags & FL_IMPSYM) == 0) in OutputLine_implib_asm()
1175 exp.uFlags |= FL_IMPSYM; in ParseFile()
1386 if ((exp.uFlags & FL_IMPSYM) && (exp.strTarget.buf == NULL)) in ParseFile()