Searched refs:opt_Source (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/tools/log2lines/ |
H A D | options.c | 34 int opt_Source = 0; // -S <opt_Source>[+<opt_SrcPlus>][,<sources_path>] variable 166 i = sscanf(optarg, "%d+%d,%s", &opt_Source, &opt_SrcPlus, opt_SourcesPath); in optionParse() 169 …l2l_dbg(3, "Sources option parse result: %d+%d,\"%s\"\n", opt_Source, opt_SrcPlus, opt_SourcesPath… in optionParse() 170 if (opt_Source) in optionParse()
|
H A D | cmd.c | 228 cnt = sscanf(arg, "%d+%d", &opt_Source, &opt_SrcPlus); in handle_escape_cmd() 229 if (opt_Source) in handle_escape_cmd() 234 … esclog(outFile, "-S Sources option is %d+%d,\"%s\"\n", opt_Source, opt_SrcPlus, opt_SourcesPath); in handle_escape_cmd()
|
H A D | options.h | 24 extern int opt_Source; // -S <opt_Source>[+<opt_SrcPlus>][,<sources_path>]
|
H A D | log2lines.c | 58 min = line - opt_Source; in log_file() 92 if (!opt_Source) in reportSource()
|