Searched refs:DIFV_SCOPE_GLOBAL (Results 1 – 4 of 4) sorted by relevance
124 case 'g': return (DIFV_SCOPE_GLOBAL); in dt_dis_scope()476 case DIFV_SCOPE_GLOBAL: in dt_dis()
120 dvp->dtdv_scope = DIFV_SCOPE_GLOBAL; in dt_copyvar()
397 #define DIFV_SCOPE_GLOBAL 0 /* variable has global scope */ macro
8911 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL &&8942 case DIFV_SCOPE_GLOBAL:8976 if (v->dtdv_scope == DIFV_SCOPE_GLOBAL &&9184 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL)9298 scope = DIFV_SCOPE_GLOBAL;9445 case DIFV_SCOPE_GLOBAL:9566 case DIFV_SCOPE_GLOBAL: