Home
last modified time | relevance | path

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

/dports/devel/xwpe/xwpe-1.5.30a/
H A Dunixkeys.h25 #ifndef DEF_SHELL
26 #define DEF_SHELL "sh" macro
H A Dwe_main.c323 if (!(user_shell = getenv("SHELL"))) user_shell = DEF_SHELL; in main()
/dports/net-im/echat/echat-0.04beta1/
H A Dchat_conf.h63 # define DEF_SHELL "" /* default: no shell command */ macro
H A Dchat_conf.c66 strncpy(config->shell, DEF_SHELL, STR_SIZE); in conf_default()
533 if (strncmp(config->shell, DEF_SHELL, STR_SIZE)) in conf_write()
/dports/editors/se/se-3.0.1/src/
H A Ddocmd2.c664 #define DEF_SHELL (rindex(DEFAULT_PATH, '/') ? rindex(DEFAULT_PATH, '/') + 1 : NULL) macro
687 name = DEF_SHELL; /* default */ in doshell()
713 DEF_SHELL); in doshell()
716 name = DEF_SHELL; in doshell()