Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c2315 #define SETFLAG_UNEXPORT (1 << 1) macro
2348 if (flags & SETFLAG_UNEXPORT) { // && cur->flg_export ? in set_local_var()
2441 if (flags & SETFLAG_UNEXPORT) { in set_local_var()
11104 if (flags & SETFLAG_UNEXPORT) { 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()