OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yyintdecimal
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_sugar.c
470
yyintdecimal
= B_TRUE;
dt_impl.h
719
extern int
yyintdecimal
; /* int token is decimal (1) or octal/hex (0) */
dt_decl.c
780
yyintdecimal
= 0;
dt_parser.c
125
int
yyintdecimal
; /* int token format flag (1=decimal, 0=octal/hex) */
variable
1214
* in octal or hex, which we do by looking at our lexer's '
yyintdecimal
' flag.
1245
int n = (
yyintdecimal
| (yyintsuffix[0] == 'u')) + 1;
Completed in 34 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026