Searched refs:DT_DA_PAREN (Results 1 – 3 of 3) sorted by relevance
63 #define DT_DA_PAREN 0x0100 /* parenthesis tag */ macro
787 lparen: DT_TOK_LPAR { dt_decl_top()->dd_attr |= DT_DA_PAREN; }
441 while (pdp->dd_next != NULL && !(pdp->dd_next->dd_attr & DT_DA_PAREN)) in dt_decl_func()