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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c124 char yyintsuffix[4]; /* int token suffix string [uU][lL] */ variable
1202 int n = (yyintdecimal | (yyintsuffix[0] == 'u')) + 1;
1211 for (p = yyintsuffix; (c = *p) != '\0'; p++) {

Completed in 56 milliseconds