Home
last modified time | relevance | path

Searched refs:file_line (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/scripts/kconfig/
Dkxgettext.c63 struct file_line { struct
64 struct file_line *next; argument
69 static struct file_line *file_line__new(const char *file, int lineno) in file_line__new() argument
71 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()