Searched refs:kconf_id (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.hash.c | 32 struct kconf_id; 34 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len); 170 const struct kconf_id * 182 static const struct kconf_id wordlist[] = in kconf_id_lookup()
|
D | zconf.gperf | 10 struct kconf_id; 12 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
|
D | zconf.l | 97 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng); 133 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
|
D | zconf.hash.c_shipped | 32 struct kconf_id; 34 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len); 170 const struct kconf_id * 182 static const struct kconf_id wordlist[] =
|
D | zconf.y | 27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 43 const struct kconf_id *id; 227 const struct kconf_id *id = kconf_id_lookup($2, strlen($2)); 534 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken()
|
D | lkc.h | 64 struct kconf_id { struct
|
D | zconf.tab.c | 102 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 184 const struct kconf_id *id; 1781 …const struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].st… 2338 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken()
|
D | zconf.lex.c | 1088 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1163 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
|
D | zconf.tab.c_shipped | 102 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 184 const struct kconf_id *id; 1781 …const struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].st… 2338 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken)
|
D | zconf.lex.c_shipped | 1088 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1163 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
|