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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.y28 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
521 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
523 if (id->token != endtoken) {
H A Dzconf.tab.c105 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
2268 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
2270 if (id->token != endtoken) {
2266 zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) argument
/netgear-R7000-V1.0.7.12_1.2.5/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);
1987 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
1989 if (id->token != endtoken) {
1983 zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) argument
/netgear-R7000-V1.0.7.12_1.2.5/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 79 milliseconds