HomeSort by: relevance | last modified time | path
    Searched refs:str2short (Results 1 - 9 of 9) sorted by relevancy

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

Completed in 17 milliseconds