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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dkxgettext.c60 struct file_line { struct
61 struct file_line *next;
66 static struct file_line *file_line__new(char *file, int lineno)
68 struct file_line *self = malloc(sizeof(*self));
84 struct file_line *files;
132 struct file_line *fl = file_line__new(file, lineno);
185 struct file_line *fl = self->files;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dkxgettext.c60 struct file_line { struct
61 struct file_line *next;
66 static struct file_line *file_line__new(char *file, int lineno)
68 struct file_line *self = malloc(sizeof(*self));
84 struct file_line *files;
132 struct file_line *fl = file_line__new(file, lineno);
185 struct file_line *fl = self->files;

Completed in 44 milliseconds