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

/netbsd-6-1-5-RELEASE/usr.bin/fgen/
H A Dfgen.h77 TOK_HEX = 16, enumerator in enum:toktypes
H A Dfgen.l82 static int numbase = TOK_HEX;
225 [hH]# { ltoken.type = TOK_HEX; ltoken.text = yytext;
234 [hH][eE][xX] { ltoken.type = TOK_HEX; ltoken.text = yytext;
1689 case TOK_HEX:
1690 STATE(token->text, "TOK_HEX");
1701 numbase = TOK_HEX;

Completed in 55 milliseconds