Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h134 extern const char e_bash_profile[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c203 const char e_bash_profile[] = "$HOME/.bash_profile"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dbash.c404 login_files[n++] = (char*)e_bash_profile; in bash_init()