Searched refs:num_lines_context (Results 1 – 2 of 2) sorted by relevance
53 if (option_arg.getAsInteger(0, num_lines_context)) in SetOptionValue()163 num_lines_context = 0; in OptionParsingStarting()487 if (m_options.show_mixed && m_options.num_lines_context == 0) in DoExecute()488 m_options.num_lines_context = 2; in DoExecute()527 m_options.show_mixed ? m_options.num_lines_context : 0, options, in DoExecute()
50 uint32_t num_lines_context = 0; variable