Home
last modified time | relevance | path

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

/dports/misc/heyu2/heyu-2.10/
H A Dprocess.h98 #define SCRIPT_NOENV 4 /* Create no new environment variables */ macro
H A Dx10state.c4528 if ( option & SCRIPT_NOENV ) in script_option_list()
8542 if ( option & SCRIPT_NOENV ) in exec_script()
8806 if ( option & SCRIPT_NOENV ) in exec_script()
11360 (*scriptpp)[index].script_option |= SCRIPT_NOENV;
11401 if ( (opts & SCRIPT_NOENV && opts & (SCRIPT_XTEND | SCRIPT_RAWLEVEL)) ||
11421 opts |= SCRIPT_NOENV;
11437 if ( (opts & SCRIPT_NOENV && opts & (SCRIPT_XTEND | SCRIPT_RAWLEVEL)) ||