Searched refs:num_lines_context (Results 1 – 2 of 2) sorted by relevance
54 if (option_arg.getAsInteger(0, num_lines_context)) in SetOptionValue()173 num_lines_context = 0; in OptionParsingStarting()511 if (m_options.show_mixed && m_options.num_lines_context == 0) in DoExecute()512 m_options.num_lines_context = 2; in DoExecute()552 m_options.show_mixed ? m_options.num_lines_context : 0, options, in DoExecute()
62 uint32_t num_lines_context = 0; variable