Searched refs:yyintsuffix (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_impl.h680 extern char yyintsuffix[4]; /* int token suffix ([uUlL]*) */
H A Ddt_decl.c778 yyintsuffix[0] = '\0';
H A Ddt_parser.c124 char yyintsuffix[4]; /* int token suffix string [uU][lL] */ variable
1209 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1;
1218 for (p = yyintsuffix; (c = *p) != '\0'; p++) {

Completed in 82 milliseconds