tag | line | file | source code |
question | 410 | drivers/sound/configure.c | char *question, |
question | 432 | drivers/sound/configure.c | printf ("int '%s %s' %s %d\n", question, choices, macro, defa); |
question | 434 | drivers/sound/configure.c | printf ("hex '%s %s' %s %x\n", question, choices, macro, defa); |
question | 443 | drivers/sound/configure.c | fprintf (stderr, "\n%s\n", question); |
question | 456 | drivers/sound/configure.c | fprintf (stderr, "%s set to %d.\n", question, num); |
question | 468 | drivers/sound/configure.c | fprintf (stderr, "%s set to %x.\n", question, num); |