Searched refs:DT_PRAGMA_DCP (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_pragma.c423 #define DT_PRAGMA_DCP 2 /* pragma may only be used after #pragma D */ macro
430 { "attributes", dt_pragma_attributes, DT_PRAGMA_DCP },
431 { "binding", dt_pragma_binding, DT_PRAGMA_DCP },
432 { "depends_on", dt_pragma_depends, DT_PRAGMA_DCP },
436 { "option", dt_pragma_option, DT_PRAGMA_DCP },
469 kind = DT_PRAGMA_DCP;
494 case DT_PRAGMA_DCP:

Completed in 68 milliseconds