Home
last modified time | relevance | path

Searched refs:login_files (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dbash.c43 static char *login_files[4]; variable
405 login_files[n++] = (char*)e_bash_profile; in bash_init()
406 login_files[n++] = (char*)e_bash_login; in bash_init()
408 login_files[n++] = (char*)e_profile; in bash_init()
410 shp->login_files = login_files; in bash_init()
H A Dinit.c1029 static char *login_files[3]; in sh_init() local
1300 login_files[0] = (char*)e_profile; in sh_init()
1301 login_files[1] = ".profile"; in sh_init()
1302 shp->login_files = login_files; in sh_init()
H A Dmain.c224 char **files = shp->login_files; in sh_main()
/titanic_41/usr/src/lib/libshell/common/include/
H A Ddefs.h217 char **login_files; \