Home
last modified time | relevance | path

Searched refs:TOK_OCTAL (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/usr.bin/fgen/
Dfgen.h75 TOK_OCTAL = 8, enumerator
Dfgen.l246 [oO]# { ltoken.type = TOK_OCTAL; ltoken.text = yytext;
249 [oO][cC][tT][aA][lL] { ltoken.type = TOK_OCTAL; ltoken.text = yytext;
1771 case TOK_OCTAL:
1779 numbase = TOK_OCTAL;