HomeSort by: relevance | last modified time | path
    Searched refs:DT_DA_PAREN (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_decl.h 63 #define DT_DA_PAREN 0x0100 /* parenthesis tag */
dt_decl.c 423 * backward for a decl tagged with DT_DA_PAREN, and if one is found, the func
441 while (pdp->dd_next != NULL && !(pdp->dd_next->dd_attr & DT_DA_PAREN))
dt_grammar.y 787 lparen: DT_TOK_LPAR { dt_decl_top()->dd_attr |= DT_DA_PAREN; }

Completed in 56 milliseconds