Searched refs:DTRACE_C_PSPEC (Results 1 – 4 of 4) sorted by relevance
121 #define DTRACE_C_PSPEC 0x0080 /* Interpret ambiguous specifiers as probes */ macro
621 if (!(yypcb->pcb_cflags & DTRACE_C_PSPEC) &&
1029 { "pspec", dt_opt_cflags, DTRACE_C_PSPEC },
829 dcp->dc_spec, g_cflags | DTRACE_C_PSPEC, g_argc, g_argv)) == NULL) in compile_str()