Searched refs:TOK_OCTAL (Results 1 – 2 of 2) sorted by relevance
75 TOK_OCTAL = 8, enumerator
246 [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;