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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pragma.c417 #define DT_PRAGMA_DIR 0 /* pragma directive may be used after naked # */ macro
429 { "error", dt_pragma_error, DT_PRAGMA_DIR },
430 { "ident", dt_pragma_ident, DT_PRAGMA_DIR },
431 { "line", dt_pragma_line, DT_PRAGMA_DIR },
446 int kind = DT_PRAGMA_DIR;
457 if (kind == DT_PRAGMA_DIR &&
484 case DT_PRAGMA_DIR:

Completed in 20 milliseconds