Searched refs:yyintsuffix (Results 1 – 5 of 5) sorted by relevance
303 (void) strncpy(yyintsuffix, p,304 sizeof (yyintsuffix));356 yyintsuffix[0] = '\0';388 (void) strncpy(yyintsuffix, p, sizeof (yyintsuffix));
471 yyintsuffix[0] = '\0'; in dt_compile_sugar()
727 extern char yyintsuffix[4]; /* int token suffix ([uUlL]*) */
779 yyintsuffix[0] = '\0'; in dt_decl_enumerator()
124 char yyintsuffix[4]; /* int token suffix string [uU][lL] */ variable1268 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1; in dt_node_int()1277 for (p = yyintsuffix; (c = *p) != '\0'; p++) { in dt_node_int()