Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dkxgettext.c64 struct file_line { struct
65 struct file_line *next; argument
70 static struct file_line *file_line__new(const char *file, int lineno) in file_line__new() argument
72 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()