csh.c | 192 static int srcfile(const char *, int, int); 616 (void)srcfile(_PATH_DOTCSHRC, 0, 0); 622 (void)srcfile(_PATH_DOTLOGIN, 0, 0); 733 return srcfile(ptr, mflag ? 0 : 1, 0); 740 srcfile(const char *f, int onlyown, int flag) function in typeref:typename:int 932 (void)srcfile(_PATH_DOTLOGOUT, 0, 0); 1241 if (!srcfile((char *)buf, 0, hflg) && !hflg)
|