Searched refs:TOK_DECIMAL (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/fgen/
H A Dfgen.h76 TOK_DECIMAL = 10, enumerator in enum:toktypes
H A Dfgen.l188 [dD]# { ltoken.type = TOK_DECIMAL; ltoken.text = yytext;
191 [dD][eE][cC][iI][mM][aA][lL] { ltoken.type = TOK_DECIMAL; ltoken.text = yytext;
1450 case TOK_DECIMAL:
1451 STATE(token->text, "TOK_DECIMAL");
1462 numbase = TOK_DECIMAL;

Completed in 52 milliseconds