Searched refs:sh_mactry (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | main.c | 225 while ((name = *files++) && !sh_source(shp, iop, sh_mactry(shp,name))); in sh_main() 240 sh_source(shp, iop, shp->rcfile ? shp->rcfile : sh_mactry(shp,(char*)e_bash_rc)); in sh_main() 245 if(name = sh_mactry(shp,nv_getval(ENVNOD))) in sh_main() 682 errormsg(SH_DICT,0,sh_mactry(shp,qp?qp+1:(char*)e_mailmsg)); in chkmail()
|
H A D | bash.c | 323 sh_source(shp, NiL, sh_mactry(shp,(char*)e_bash_logout)); in bash_init()
|
H A D | io.c | 1892 cp = sh_mactry(shp,nv_getval(sh_scoped(shp,PS1NOD))); in io_prompt()
|
H A D | macro.c | 125 char *sh_mactry(Shell_t *shp,register char *string) in sh_mactry() function
|
H A D | xec.c | 2314 cp = sh_mactry(shp,cp); in sh_trace()
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | getopts.c | 47 sfputr(sp,sh_mactry(shp,stkfreeze(stkp,1)),-1); in infof()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 385 extern char *sh_mactry(Shell_t*,char*);
|