Searched refs:file_line (Results 1 – 1 of 1) sorted by relevance
64 struct file_line { struct65 struct file_line *next; argument70 static struct file_line *file_line__new(const char *file, int lineno) in file_line__new() argument72 struct file_line *self = malloc(sizeof(*self)); in file_line__new()88 struct file_line *files;138 struct file_line *fl = file_line__new(file, lineno); in message__add_file_line()192 struct file_line *fl = self->files; in message__print_file_lineno()