Home
last modified time | relevance | path

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

/dports/mail/elm/elm2.5.8/src/
H A Dsyscall.c246 if (options&SY_ENV_SHELL)
284 if (options&SY_ENV_SHELL) {
H A Dsndmsg.c415 if ((i = system_call(bigbuf, SY_ENV_SHELL)) != 0) {
/dports/mail/elm/elm2.5.8/hdrs/
H A Delm_globals.h155 #define SY_ENV_SHELL (1<<1) /* put SHELL=[shell] into environ */ macro