Home
last modified time | relevance | path

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

/dports/devel/objconv/objconv-2.52/source/
H A Dcmdline.h20 #define CMDL_OUTPUT_DUMP 0x80 // No output file, just dump contents macro
H A Dcmdline.cpp545 OutputType = CMDL_OUTPUT_DUMP; in InterpretDumpOption()
546 …if (OutputType && OutputType != CMDL_OUTPUT_DUMP) err.submit(2007); // Both dump and convert speci… in InterpretDumpOption()
547 OutputType = CMDL_OUTPUT_DUMP; in InterpretDumpOption()
H A Dlibrary.cpp208 if (cmd.DumpOptions == 0 && cmd.OutputType != CMDL_OUTPUT_DUMP) { in Go()
1400 if (FileType == CMDL_OUTPUT_DUMP || FileType == 0) FileType = cmd.InputType; in StripMemberName()
1493 if (FileType == CMDL_OUTPUT_DUMP || FileType == 0) FileType = cmd.InputType; in ShortenMemberName()
H A Dmain.cpp457 if (cmd.OutputType == CMDL_OUTPUT_DUMP) { in Go()