Home
last modified time | relevance | path

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

/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h131 extern const char e_bash_rc[];
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c200 const char e_bash_rc[] = "$HOME/.bashrc"; variable
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c224 sh_source(shp, iop, shp->gd->rcfile ? shp->gd->rcfile : sh_mactry(shp,(char*)e_bash_rc)); in sh_main()