Searched refs:SIGNEDNUMBER (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dgram.h49 SIGNEDNUMBER = 265, enumerator in enum:yytokentype
97 #define SIGNEDNUMBER 265 macro
H A Dscanner.l115 {snum} { yylval.snum = atoi(yytext); return SIGNEDNUMBER; }
125 low { yylval.snum = -1; return SIGNEDNUMBER; }
127 medium { yylval.snum = 0; return SIGNEDNUMBER; }
129 high { yylval.snum = 1; return SIGNEDNUMBER; }
H A Dgram.y57 %token <snum> SIGNEDNUMBER
297 | T_AdvDefaultPreference SIGNEDNUMBER ';'
563 routeparms : T_AdvRoutePreference SIGNEDNUMBER ';'
H A Dscanner.c2307 { yylval.snum = atoi(yytext); return SIGNEDNUMBER; }
2332 { yylval.snum = -1; return SIGNEDNUMBER; }
2337 { yylval.snum = 0; return SIGNEDNUMBER; }
2342 { yylval.snum = 1; return SIGNEDNUMBER; }
H A Dgram.c76 SIGNEDNUMBER = 265, enumerator in enum:yytokentype
124 #define SIGNEDNUMBER 265 macro
586 "T_RDNSS", "T_CLIENTS", "STRING", "NUMBER", "SIGNEDNUMBER", "DECIMAL",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dgram.h49 SIGNEDNUMBER = 265, enumerator in enum:yytokentype
97 #define SIGNEDNUMBER 265 macro
H A Dscanner.l115 {snum} { yylval.snum = atoi(yytext); return SIGNEDNUMBER; }
125 low { yylval.snum = -1; return SIGNEDNUMBER; }
127 medium { yylval.snum = 0; return SIGNEDNUMBER; }
129 high { yylval.snum = 1; return SIGNEDNUMBER; }
H A Dgram.y57 %token <snum> SIGNEDNUMBER
297 | T_AdvDefaultPreference SIGNEDNUMBER ';'
563 routeparms : T_AdvRoutePreference SIGNEDNUMBER ';'
H A Dscanner.c2307 { yylval.snum = atoi(yytext); return SIGNEDNUMBER; }
2332 { yylval.snum = -1; return SIGNEDNUMBER; }
2337 { yylval.snum = 0; return SIGNEDNUMBER; }
2342 { yylval.snum = 1; return SIGNEDNUMBER; }
H A Dgram.c76 SIGNEDNUMBER = 265, enumerator in enum:yytokentype
124 #define SIGNEDNUMBER 265 macro
586 "T_RDNSS", "T_CLIENTS", "STRING", "NUMBER", "SIGNEDNUMBER", "DECIMAL",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dsf.tab.h49 SIGNEDNUMBER = 265, enumerator in enum:yytokentype
91 #define SIGNEDNUMBER 265 macro
H A Dserver6_token.l145 {snum} { sfyylval.snum = strtoll(sfyytext, NULL, 10); return SIGNEDNUMBER; }
H A Dserver6_parse.c84 SIGNEDNUMBER = 265, enumerator in enum:yytokentype
126 #define SIGNEDNUMBER 265 macro
595 "RELAY", "STRING", "NUMBER", "SIGNEDNUMBER", "DECIMAL", "BOOLEAN",
H A Dserver6_parse.y82 %token <snum> SIGNEDNUMBER
H A Dserver6_token.c1294 { sfyylval.snum = strtoll(sfyytext, NULL, 10); return SIGNEDNUMBER; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dserver6_token.l145 {snum} { sfyylval.snum = strtoll(sfyytext, NULL, 10); return SIGNEDNUMBER; }
H A Dserver6_parse.y82 %token <snum> SIGNEDNUMBER

Completed in 198 milliseconds