Home
last modified time | relevance | path

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

/reactos/sdk/tools/log2lines/
H A Doptions.c34 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 Dcmd.c228 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 Doptions.h24 extern int opt_Source; // -S <opt_Source>[+<opt_SrcPlus>][,<sources_path>]
H A Dlog2lines.c58 min = line - opt_Source; in log_file()
92 if (!opt_Source) in reportSource()