HomeSort by: relevance | last modified time | path
    Searched refs:TOK_OCTAL (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/fgen/
fgen.h 75 TOK_OCTAL = 8,
fgen.l 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:
1772 STATE(token->text, "TOK_OCTAL");
1779 numbase = TOK_OCTAL;

Completed in 85 milliseconds