Searched refs:yyintsuffix (Results 1 – 4 of 4) sorted by relevance
291 (void) strncpy(yyintsuffix, p,292 sizeof (yyintsuffix));344 yyintsuffix[0] = '\0';374 (void) strncpy(yyintsuffix, p, sizeof (yyintsuffix));
680 extern char yyintsuffix[4]; /* int token suffix ([uUlL]*) */
778 yyintsuffix[0] = '\0'; in dt_decl_enumerator()
124 char yyintsuffix[4]; /* int token suffix string [uU][lL] */ variable1209 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1; in dt_node_int()1218 for (p = yyintsuffix; (c = *p) != '\0'; p++) { in dt_node_int()