Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l261 yyintprefix = 0;
263 yyintprefix = *v++;
319 yyintprefix = 0;
351 yyintprefix = 0;
H A Ddt_sugar.c472 yyintprefix = 0; in dt_compile_sugar()
H A Ddt_impl.h659 extern char yyintprefix; /* int token prefix for macros (+/-) */
H A Ddt_decl.c817 yyintprefix = 0; in dt_decl_enumerator()
H A Ddt_parser.c119 char yyintprefix; /* int token macro prefix (+/-) */ variable
1276 switch (yyintprefix) { in dt_node_int()