Home
last modified time | relevance | path

Searched refs:yyintsuffix (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l267 (void) strncpy(yyintsuffix, p,
268 sizeof (yyintsuffix));
320 yyintsuffix[0] = '\0';
352 (void) strncpy(yyintsuffix, p, sizeof (yyintsuffix));
H A Ddt_sugar.c471 yyintsuffix[0] = '\0'; in dt_compile_sugar()
H A Ddt_impl.h660 extern char yyintsuffix[4]; /* int token suffix ([uUlL]*) */
H A Ddt_decl.c818 yyintsuffix[0] = '\0'; in dt_decl_enumerator()
H A Ddt_parser.c120 char yyintsuffix[4]; /* int token suffix string [uU][lL] */ variable
1250 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1; in dt_node_int()
1259 for (p = yyintsuffix; (c = *p) != '\0'; p++) { in dt_node_int()