OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VEXPORT
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/sh/
cd.c
305
setvar("OLDPWD", prevdir,
VEXPORT
);
306
setvar("PWD", curdir,
VEXPORT
);
342
setvar("OLDPWD", prevdir,
VEXPORT
);
343
setvar("PWD", curdir,
VEXPORT
);
391
setvar("OLDPWD", prevdir,
VEXPORT
);
392
setvar("PWD", curdir,
VEXPORT
);
419
setvar("PWD", curdir,
VEXPORT
);
var.c
235
setvareqsafe(*envp,
VEXPORT
|VTEXTFIXED|VUNSAFE);
488
flags |=
VEXPORT
;
523
vp->flags &= ~
VEXPORT
;
527
flags &= ~
VEXPORT
;
670
if (v == NULL || v->flags & VUNSET || (!doall && !(v->flags &
VEXPORT
)))
702
if ((vp->flags & (
VEXPORT
|VUNSET)) ==
VEXPORT
)
709
if ((vp->flags & (
VEXPORT
|VUNSET)) ==
VEXPORT
) {
746
if ((vp->flags &
VEXPORT
) == 0)
[
all
...]
var.h
44
#define
VEXPORT
0x0002 /* variable is exported */
58
#define VDOEXPORT 0x2000 /* obey
VEXPORT
even if VNOEXPORT */
eval.c
1168
VDOEXPORT |
VEXPORT
| VNOFUNC);
1281
listmklocal(varlist.list, VDOEXPORT |
VEXPORT
);
1498
setvareq(sp->text, VDOEXPORT|
VEXPORT
|VSTACK);
1801
setvareq(sp->text, VDOEXPORT|
VEXPORT
|VSTACK);
Completed in 15 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025