Home
last modified time | relevance | path

Searched refs:localview (Results 1 – 25 of 44) sorted by relevance

12

/dports/shells/ksh93/ast-93u/src/cmd/nmake/
H A Dvariable.c31 #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_ali… in scanprereqs()
410 val = state.localview ? localview(makerule(r->active->original)) : r->active->original; in getval()
420 sfputr(internal.val, state.localview ? localview(makerule(t)) : t, -1); in getval()
H A Dmam.c104 a = localview(r); in mamname()
109 …t) || !state.user) ? unbound(r) : (state.mam.regress || state.expandview) ? r->name : localview(r); in mamname()
H A Dcommand.c512 int localview; in restore() local
520 localview = state.localview; in restore()
521 state.localview = state.mam.statix && !state.expandview && state.user && !(job->flags & CO_ALWAYS); in restore()
566 state.localview++; in restore()
620 state.localview = localview; in restore()
H A Dexpand.c630 sfputr(xp, state.localview ? localview(p->rule) : p->rule->name, -1); in intersect()
1753 s = state.localview ? localview(makerule(t)) : t; in pathop()
1791 t = state.localview ? localview(x) : x->name; in pathop()
1801 t = state.localview ? localview(x) : x->name; in pathop()
1804 sfputr(xp, state.localview ? localview(x) : x->name, -1); in pathop()
1820 sfputr(xp, state.localview ? localview(r) : r->name, -1); in pathop()
2522 if (state.localview > 1) in token()
H A Dmake.h797 unsigned char localview; /* automatics to local view */ member
989 extern char* localview(Rule_t*);
H A Dmake.c841 … %s %s %s\n", state.mam.label, mamname(r), r4->name, state.mam.statix ? localview(r2) : r2->name, … in make()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/nmake/
H A Dvariable.c31 #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_ali… in scanprereqs()
410 val = state.localview ? localview(makerule(r->active->original)) : r->active->original; in getval()
420 sfputr(internal.val, state.localview ? localview(makerule(t)) : t, -1); in getval()
H A Dmam.c104 a = localview(r); in mamname()
109 …t) || !state.user) ? unbound(r) : (state.mam.regress || state.expandview) ? r->name : localview(r); in mamname()
H A Dcommand.c512 int localview; in restore() local
520 localview = state.localview; in restore()
521 state.localview = state.mam.statix && !state.expandview && state.user && !(job->flags & CO_ALWAYS); in restore()
566 state.localview++; in restore()
620 state.localview = localview; in restore()
H A Dexpand.c630 sfputr(xp, state.localview ? localview(p->rule) : p->rule->name, -1); in intersect()
1753 s = state.localview ? localview(makerule(t)) : t; in pathop()
1791 t = state.localview ? localview(x) : x->name; in pathop()
1801 t = state.localview ? localview(x) : x->name; in pathop()
1804 sfputr(xp, state.localview ? localview(x) : x->name, -1); in pathop()
1820 sfputr(xp, state.localview ? localview(r) : r->name, -1); in pathop()
2522 if (state.localview > 1) in token()
H A Dmake.h797 unsigned char localview; /* automatics to local view */ member
989 extern char* localview(Rule_t*);
H A Dmake.c841 … %s %s %s\n", state.mam.label, mamname(r), r4->name, state.mam.statix ? localview(r2) : r2->name, … in make()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/nmake/
H A Dvariable.c31 #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_ali… in scanprereqs()
410 val = state.localview ? localview(makerule(r->active->original)) : r->active->original; in getval()
420 sfputr(internal.val, state.localview ? localview(makerule(t)) : t, -1); in getval()
H A Dmam.c104 a = localview(r); in mamname()
109 …t) || !state.user) ? unbound(r) : (state.mam.regress || state.expandview) ? r->name : localview(r); in mamname()
H A Dcommand.c512 int localview; in restore() local
520 localview = state.localview; in restore()
521 state.localview = state.mam.statix && !state.expandview && state.user && !(job->flags & CO_ALWAYS); in restore()
566 state.localview++; in restore()
620 state.localview = localview; in restore()
H A Dexpand.c628 sfputr(xp, state.localview ? localview(p->rule) : p->rule->name, -1); in intersect()
1751 s = state.localview ? localview(makerule(t)) : t; in pathop()
1789 t = state.localview ? localview(x) : x->name; in pathop()
1799 t = state.localview ? localview(x) : x->name; in pathop()
1802 sfputr(xp, state.localview ? localview(x) : x->name, -1); in pathop()
1818 sfputr(xp, state.localview ? localview(r) : r->name, -1); in pathop()
2525 if (state.localview > 1) in token()
H A Dmake.h798 unsigned char localview; /* automatics to local view */ member
990 extern char* localview(Rule_t*);
/dports/graphics/blender/blender-2.91.0/source/blender/render/extern/include/
H A DRE_pipeline.h163 bool localview; member
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_carver/
H A Dcarver_operator.py1040 bpy.ops.view3d.localview()
1087 bpy.ops.view3d.localview()
1104 bpy.ops.view3d.localview()
1302 bpy.ops.view3d.localview()
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Da_pickups.cpp990 bool localview = toucher->CheckLocalView(consoleplayer); in Touch() local
1004 if (message != NULL && *message != 0 && localview in Touch()
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/gsl/
H A DMain.py265 w = self.localview.get(k)
274 self.localview[k] = asp
487 self.localview = {}
747 e = e.localview[part]
/dports/sysutils/webmin/webmin-1.981/bind8/
H A Dbind8-lib.pl2781 my ($zone, $master, $file, $hosts, $localview, $moreslaves) = @_;
2822 $view = $localview;
2852 my ($dom, $slavehosts, $localview) = @_;
2872 $view = $localview;
/dports/graphics/openrm/rm160/rm/
H A Drmframe.c1623 int localview; in process_scene_lights() local
1627 localview = (lm->localViewerEnable == RM_TRUE) ? 1 : 0; in process_scene_lights()
1633 glLightModeli (GL_LIGHT_MODEL_LOCAL_VIEWER, localview); in process_scene_lights()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/render/
H A Drender_internal.c401 if (rs->localview) { in make_renderinfo_string()
/dports/graphics/openrm/rm160/
H A DRELEASENOTES197 6. In rmDefaultLighting, changed default setting of localview to RM_TRUE.

12