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

  /src/usr.bin/fgen/
fgen.h 98 TOK_CONSTANT,
fgen.l 179 [cC][oO][nN][sS][tT][aA][nN][tT] { ltoken.type = TOK_CONSTANT; ltoken.text = yytext;
1378 case TOK_CONSTANT:
1379 STATE(token->text, "TOK_CONSTANT");

Completed in 35 milliseconds