Searched refs:DT_DA_SHORT (Results 1 – 3 of 3) sorted by relevance
57 #define DT_DA_SHORT 0x0004 /* short integer value */ macro
46 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG))) { in dt_decl_check()52 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG | in dt_decl_check()275 if ((attr & DT_DA_SHORT) && (ddp->dd_attr & DT_DA_SHORT)) { in dt_decl_attr()1000 if (ddp->dd_attr & DT_DA_SHORT) in dt_decl_type()1031 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG)) == 0)) in dt_decl_type()
656 | DT_KEY_SHORT { $$ = dt_decl_attr(DT_DA_SHORT); }