bin/csh/csh.c
1317
(void)Strcpy(home, str2short(pw->pw_dir));
bin/csh/csh.c
235
if (eq(str2short(tempv[0]), STRaout)) /* A.out's are quittable */
bin/csh/csh.c
347
importpath(str2short(_PATH_DEFPATH));
bin/csh/csh.c
352
importpath(str2short(ecp));
bin/csh/csh.h
68
#define SAVE(a) (Strsave(str2short(a)))
bin/csh/dir.c
684
(void)Strcpy(slink, str2short(tlink));
bin/csh/dir.c
767
(void)Strcpy(slink, str2short(tlink));
bin/csh/dol.c
513
np = str2short(getenv(short2str(name)));
bin/csh/exec.c
469
hashval = hash(hashname(str2short(dp->d_name)), i);
bin/csh/exec.c
684
if (eq(sp->word, str2short(bptr->bname))) {
bin/csh/extern.h
339
Char *str2short(const char *);
bin/csh/file.c
365
(void)Strcpy(new, str2short(pw->pw_dir));
bin/csh/file.c
449
return (str2short(pw->pw_name));
bin/csh/file.c
452
return (str2short(dirp->d_name));
bin/csh/func.c
105
(i = Strcmp(cp, str2short(bp->bname))) == 0)
bin/csh/func.c
1128
if (prefix(cp, str2short(lp->limname))) {
bin/csh/func.c
578
(i = Strcmp(cp, str2short(sp->s_name))) == 0)
bin/csh/set.c
74
vp = adrof1(str2short(name), &aliases);