Searched refs:localview (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | variable.c | 31 #define BINDING(r,f) (((f)&VAL_UNBOUND)?unbound(r):state.localview?localview(r):(r)->name) 97 sfputr(sp, (op & VAL_UNBOUND) ? unbound(x) : state.localview ? localview(x) : ((x->dynamic & D_alias) ? x->uname : x->name), -1); 410 val = state.localview ? localview(makerule(r->active->original)) : r->active->original; 420 sfputr(internal.val, state.localview ? localview(makerule(t)) : t, -1);
|
H A D | mam.c | 104 a = localview(r); 109 a = ((r->property & P_target) || !state.user) ? unbound(r) : (state.mam.regress || state.expandview) ? r->name : localview(r);
|
H A D | command.c | 512 int localview; local 520 localview = state.localview; 521 state.localview = state.mam.statix && !state.expandview && state.user && !(job->flags & CO_ALWAYS); 566 state.localview++; 620 state.localview = localview;
|
H A D | make.h | 389 #define V_local_D (1<<4) /* :T=D: localview reference */ 395 #define V_local_E (1<<9) /* :T=E: localview reference */ 797 unsigned char localview; /* automatics to local view */ member in struct:State_s 865 Sfio_t* context; /* localview() target context */ 989 extern char* localview(Rule_t*);
|
H A D | expand.c | 630 sfputr(xp, state.localview ? localview(p->rule) : p->rule->name, -1); 1753 s = state.localview ? localview(makerule(t)) : t; 1791 t = state.localview ? localview(x) : x->name; 1801 t = state.localview ? localview(x) : x->name; 1804 sfputr(xp, state.localview ? localview( [all...] |
H A D | make.c | 841 sfprintf(mam, "%smeta %s %s %s %s\n", state.mam.label, mamname(r), r4->name, state.mam.statix ? localview(r2) : r2->name, stem);
|
H A D | bind.c | 2006 localview(register Rule_t* r) function
|
H A D | parse.c | 2806 if (state.localview && (!(r = staterule(VAR, NiL, s, 0)) || !(r->property & P_parameter)))
|
Completed in 45 milliseconds