Home | Sort by: relevance | last modified time | path |
/src/games/quiz/ | |
quiz.c | 230 char *answer, *t, question[LINE_SZ]; local in function:quiz 265 (void)strcpy(question, t); 277 (void)printf("%s?\n", question); |
/src/sys/kern/ | |
kern_timeout.c | 905 static char question[] = "?"; local in function:db_show_callout_bucket 916 name = name ? name : question; |