Lines Matching refs:lines
95 if (!strcmp(log->type, "cmd") || log->lines) in cal_log_filepath()
119 const int lines) in get_log_file_tail() argument
138 start_line = MAX(file_lines - lines, 0) + 1; in get_log_file_tail()
152 int lines) in get_log_file() argument
154 if (lines > 0) in get_log_file()
155 get_log_file_tail(despath, srcpath, lines); in get_log_file()
186 int lines; in get_log_by_type() local
188 if (!log->lines) in get_log_by_type()
189 lines = 0; in get_log_by_type()
191 if (cfg_atoi(log->lines, log->lines_len, &lines) == -1) in get_log_by_type()
193 get_log_file(despath, srcpath, lines); in get_log_by_type()