Searched refs:file_line (Results 1 – 1 of 1) sorted by relevance
63 struct file_line { struct64 struct file_line *next; argument69 static struct file_line *file_line__new(const char *file, int lineno) in file_line__new() argument71 struct file_line *self = malloc(sizeof(*self)); in file_line__new()87 struct file_line *files;137 struct file_line *fl = file_line__new(file, lineno); in message__add_file_line()191 struct file_line *fl = self->files; in message__print_file_lineno()
Completed in 3 milliseconds