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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_sugar.c 470 yyintdecimal = B_TRUE;
dt_impl.h 719 extern int yyintdecimal; /* int token is decimal (1) or octal/hex (0) */
dt_decl.c 780 yyintdecimal = 0;
dt_parser.c 125 int yyintdecimal; /* int token format flag (1=decimal, 0=octal/hex) */ variable
1214 * in octal or hex, which we do by looking at our lexer's 'yyintdecimal' flag.
1245 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1;

Completed in 34 milliseconds