Searched refs:endtoken (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.y30 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
493 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
495 if (id->token != endtoken) {
H A Dzconf.tab.c165 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
1986 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
1988 if (id->token != endtoken) {
1982 zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.y30 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
526 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
528 if (id->token != endtoken) {
H A Dzconf.tab.c171 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
2151 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
2153 if (id->token != endtoken) {
2147 zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dzconf.y24 static bool zconf_endtoken(int token, int starttoken, int endtoken);
453 static bool zconf_endtoken(int token, int starttoken, int endtoken)
455 if (token != endtoken) {

Completed in 37 milliseconds