Home
last modified time | relevance | path

Searched refs:DT_DA_PAREN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.h63 #define DT_DA_PAREN 0x0100 /* parenthesis tag */ macro
H A Ddt_grammar.y777 lparen: DT_TOK_LPAR { dt_decl_top()->dd_attr |= DT_DA_PAREN; }
H A Ddt_decl.c458 while (pdp->dd_next != NULL && !(pdp->dd_next->dd_attr & DT_DA_PAREN)) in dt_decl_func()