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

/scripts/kconfig/
H A Dkxgettext.c63 struct file_line { struct
64 struct file_line *next;
69 static struct file_line *file_line__new(const char *file, int lineno)
71 struct file_line *self = malloc(sizeof(*self));
87 struct file_line *files;
137 struct file_line *fl = file_line__new(file, lineno);
191 struct file_line *fl = self->files;

Completed in 69 milliseconds