Home
last modified time | relevance | path

Searched refs:SETFLAG_EXPORT (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c2314 #define SETFLAG_EXPORT (1 << 0) macro
2364 flags |= SETFLAG_EXPORT; in set_local_var()
2437 if (flags & SETFLAG_EXPORT) in set_local_var()
2578 set_local_var(*s, (G.var_nest_level << SETFLAG_VARLVL_SHIFT) | SETFLAG_EXPORT); in set_vars_and_save_old()
10261 set_pwd_var(SETFLAG_EXPORT); in hush_main()
11113 if (flags & SETFLAG_EXPORT) { in helper_export_local()
11131 if (!(flags & (SETFLAG_EXPORT|SETFLAG_UNEXPORT|SETFLAG_MAKE_RO))) { in helper_export_local()
11214 return helper_export_local(argv, opt_unexport ? SETFLAG_UNEXPORT : SETFLAG_EXPORT); in builtin_export()