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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dgram.h50 DECIMAL = 266, enumerator in enum:yytokentype
98 #define DECIMAL 266 macro
H A Dgram.y58 %token <dec> DECIMAL
253 | T_MinRtrAdvInterval DECIMAL ';'
257 | T_MaxRtrAdvInterval DECIMAL ';'
261 | T_MinDelayBetweenRAs DECIMAL ';'
H A Dscanner.l117 {decimal} { yylval.dec = atof(yytext); return DECIMAL; }
H A Dgram.c77 DECIMAL = 266, enumerator in enum:yytokentype
125 #define DECIMAL 266 macro
586 "T_RDNSS", "T_CLIENTS", "STRING", "NUMBER", "SIGNEDNUMBER", "DECIMAL",
H A Dscanner.c2312 { yylval.dec = atof(yytext); return DECIMAL; }
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dgram.h50 DECIMAL = 266, enumerator in enum:yytokentype
98 #define DECIMAL 266 macro
H A Dgram.y58 %token <dec> DECIMAL
253 | T_MinRtrAdvInterval DECIMAL ';'
257 | T_MaxRtrAdvInterval DECIMAL ';'
261 | T_MinDelayBetweenRAs DECIMAL ';'
H A Dscanner.l117 {decimal} { yylval.dec = atof(yytext); return DECIMAL; }
H A Dgram.c77 DECIMAL = 266, enumerator in enum:yytokentype
125 #define DECIMAL 266 macro
586 "T_RDNSS", "T_CLIENTS", "STRING", "NUMBER", "SIGNEDNUMBER", "DECIMAL",
H A Dscanner.c2312 { yylval.dec = atof(yytext); return DECIMAL; }
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dsf.tab.h50 DECIMAL = 266, enumerator in enum:yytokentype
92 #define DECIMAL 266 macro
H A Dserver6_token.l146 {decimal} { sfyylval.dec = atof(sfyytext); return DECIMAL; }
H A Dserver6_parse.c85 DECIMAL = 266, enumerator in enum:yytokentype
127 #define DECIMAL 266 macro
595 "RELAY", "STRING", "NUMBER", "SIGNEDNUMBER", "DECIMAL", "BOOLEAN",
H A Dserver6_parse.y83 %token <dec> DECIMAL
H A Dserver6_token.c1299 { sfyylval.dec = atof(sfyytext); return DECIMAL; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dserver6_token.l146 {decimal} { sfyylval.dec = atof(sfyytext); return DECIMAL; }
H A Dserver6_parse.y83 %token <dec> DECIMAL

Completed in 108 milliseconds