Searched refs:kconf_id (Results 1 – 10 of 10) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.hash.c | 32 struct kconf_id; 34 static struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len); 168 struct kconf_id * 180 static struct kconf_id wordlist[] = in kconf_id_lookup()
|
| H A D | zconf.hash.c_shipped | 32 struct kconf_id; 34 static struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len); 168 struct kconf_id * 180 static struct kconf_id wordlist[] =
|
| H A D | zconf.y | 28 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken); 48 struct kconf_id *id; 232 struct kconf_id *id = kconf_id_lookup($2, strlen($2)); 548 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken()
|
| H A D | zconf.gperf | 10 struct kconf_id; 12 static struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
|
| H A D | zconf.l | 99 struct kconf_id *id = kconf_id_lookup(yytext, yyleng); 135 struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
|
| H A D | zconf.tab.c | 105 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken); 191 struct kconf_id *id; 1756 …struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].string))… 2303 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken()
|
| H A D | lex.zconf.c | 1103 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1178 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
|
| H A D | zconf.tab.c_shipped | 105 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken); 191 struct kconf_id *id; 1756 …struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].string))… 2303 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
|
| H A D | lkc.h | 64 struct kconf_id { struct
|
| H A D | lex.zconf.c_shipped | 1103 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1178 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
|