Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_lex.l294 yyintprefix = 0;
296 yyintprefix = *v++;
352 yyintprefix = 0;
384 yyintprefix = 0;
Ddt_sugar.c472 yyintprefix = 0; in dt_compile_sugar()
Ddt_impl.h717 extern char yyintprefix; /* int token prefix for macros (+/-) */
Ddt_decl.c778 yyintprefix = 0; in dt_decl_enumerator()
Ddt_parser.c123 char yyintprefix; /* int token macro prefix (+/-) */ variable
1271 switch (yyintprefix) { in dt_node_int()