Searched defs:option (Results 1 - 1 of 1) sorted by relevance

/scripts/kconfig/
H A Dkxgettext.c85 const char *option; member in struct:message
92 static struct message *message__new(const char *msg, char *option, argument
108 self->option = option;
149 static int message__add(const char *msg, char *option, const char *file, argument
160 m = message__new(escaped, option, file, lineno);
194 if (self->option != NULL)
195 printf("# %s:00000\n", self->option);

Completed in 44 milliseconds