OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VNOEXPORT
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
var.c
158
{ &vvers, VSTRFIXED|VTEXTFIXED|
VNOEXPORT
, "NETBSD_SHELL=",
299
, VTEXTFIXED|VREADONLY|
VNOEXPORT
);
487
if (aflag && !(flags &
VNOEXPORT
))
522
if (flags &
VNOEXPORT
)
525
vp->flags &= ~
VNOEXPORT
;
526
if (vp->flags &
VNOEXPORT
)
596
setvar("NBSH_INVOCATION", value,
VNOEXPORT
);
991
flag =
VNOEXPORT
;
1062
else if (flag&VEXPORT && vp->flags&
VNOEXPORT
) {
1068
if (flag ==
VNOEXPORT
)
[
all
...]
var.h
46
#define
VNOEXPORT
0x0008 /* variable may not be exported */
58
#define VDOEXPORT 0x2000 /* obey VEXPORT even if
VNOEXPORT
*/
Completed in 12 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025