Searched refs:kconf_id_lookup (Results 1 – 9 of 9) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.gperf | 3 %define lookup-function-name kconf_id_lookup lfunc 12 static struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
|
| H A D | zconf.hash.c | 34 static struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len); 169 kconf_id_lookup (register const char *str, register unsigned int len) in kconf_id_lookup() function
|
| 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.hash.c_shipped | 34 static struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len); 169 kconf_id_lookup (register const char *str, register unsigned int len)
|
| 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.y | 232 struct kconf_id *id = kconf_id_lookup($2, strlen($2));
|
| 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);
|
| H A D | zconf.tab.c | 1756 …struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].string))…
|
| H A D | zconf.tab.c_shipped | 1756 …struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].string))…
|