Home
last modified time | relevance | path

Searched refs:ARITH_NUM (Results 1 – 6 of 6) sorted by relevance

/system/core/sh/
Darith_lex.l62 0x[0-9a-fA-F]+ { yylval = strtol(yytext, 0, 0); return(ARITH_NUM); }
63 0[0-7]* { yylval = strtol(yytext, 0, 0); return(ARITH_NUM); }
64 [1-9][0-9]* { yylval = strtol(yytext, 0, 0); return(ARITH_NUM); }
69 return ARITH_NUM;
Darith.h1 #define ARITH_NUM 258 macro
Darith.y61 %token ARITH_NUM ARITH_LPAREN ARITH_RPAREN
113 | ARITH_NUM
Dinit.c33 #undef ARITH_NUM
34 #define ARITH_NUM 258 macro
325 #undef ARITH_NUM
326 #define ARITH_NUM 258 macro
617 #undef ARITH_NUM
618 #define ARITH_NUM 258 macro
Darith_lex.c770 { yylval = strtol(yytext, 0, 0); return(ARITH_NUM); }
775 { yylval = strtol(yytext, 0, 0); return(ARITH_NUM); }
780 { yylval = strtol(yytext, 0, 0); return(ARITH_NUM); }
789 return ARITH_NUM;
Darith.c56 ARITH_NUM = 258, enumerator
83 #define ARITH_NUM 258 macro