/src/bin/csh/ |
exec.c | 131 setname(vis_str(blk[0])); 162 setname(vis_str(expath)); 248 setname(vis_str(expath)); 625 (void)fprintf(cshout, "%s: \t aliased to ", vis_str(*v)); 689 vis_str(sp->word)); 739 "%s: Command not found.\n", vis_str(sp->word));
|
misc.c | 94 (void)fprintf(fp, "%s", vis_str(*av)); 391 setname(vis_str(name));
|
dir.c | 93 (void)fprintf(csherr, emsg, vis_str(hp)); 181 stderror(ERR_DIRUS, vis_str(**v), str); 234 vis_str(s), (dirflag & DIR_VERT) ? '\n' : ' '); 244 (void)fprintf(cshout, "~%s", vis_str(dir + Strlen(home))); 246 (void)fprintf(cshout, "%s", vis_str(dir));
|
dol.c | 137 setname(vis_str(cp)); 377 setname(vis_str(s));
|
glob.c | 113 stderror(ERR_UNKUSER, vis_str(gstart)); 343 setname(vis_str(str)); 395 setname(vis_str(*vl)); 460 setname(vis_str(str));
|
file.c | 326 (void)fprintf(cshout, "%s", vis_str(items[i])); 409 (void)fprintf(cshout, "%s", vis_str(recognized_part)); 414 (void)fprintf(cshout, "%s", vis_str(recognized_part));
|
func.c | 208 setname(vis_str(p)); 268 setname(vis_str(STRthen)); 770 setname(vis_str(Sgoal)); 936 (void)fprintf(cshout, "%s\n", vis_str(*ep));
|
lex.c | 182 (void)fprintf(fp, "%s", vis_str(sp->word)); 200 char *w = vis_str(sp->word); 1227 str = vis_str(np); 1280 seterror(ERR_NOEVENT, vis_str(cp));
|
extern.h | 345 char *vis_str(const Char *);
|
str.c | 412 vis_str(const Char *cp) function in typeref:typename:char *
|
proc.c | 756 (void)fprintf(cshout, "%s", vis_str(pp->p_command)); 1003 setname(vis_str(signame)); 1053 vis_str(cp)); 1067 (void)fprintf(csherr, "%s: %s\n", vis_str(cp),
|
set.c | 80 len += strlen(vis_str(*av)); 88 const char *s = vis_str(*av); 607 setname(vis_str(*v));
|
exp.c | 657 (void)fprintf(csherr, "%s=%s\t", str, vis_str(cp));
|
sem.c | 496 setname(vis_str(blk[0]));
|
csh.c | 1287 vis_str(*vp));
|