Home
last modified time | relevance | path

Searched refs:vis_str (Results 1 – 15 of 15) sorted by relevance

/original-bsd/bin/csh/
H A Dexec.c106 setname(vis_str(blk[0]));
137 setname(vis_str(expath));
222 setname(vis_str(expath)); in pexerr()
614 (void) fprintf(cshout, "%s: \t aliased to ", vis_str(*v));
674 vis_str(sp->word));
716 (void) fprintf(csherr, "%s: Command not found.\n", vis_str(sp->word));
H A Ddir.c66 (void) fprintf(csherr, emsg, vis_str(hp));
153 stderror(ERR_DIRUS, vis_str(**v), str);
207 vis_str(s), (dirflag & DIR_VERT) ? '\n' : ' '); in printdirs()
219 (void) fprintf(cshout, "~%s", vis_str(dir + Strlen(home)));
221 (void) fprintf(cshout, "%s", vis_str(dir));
H A Dmisc.c85 (void) fprintf(fp, "%s", vis_str(*av));
377 setname(vis_str(name));
H A Dglob.c87 stderror(ERR_UNKUSER, vis_str(gstart));
332 setname(vis_str(str));
381 setname(vis_str(*vl));
448 setname(vis_str(str));
H A Dfile.c247 (void) fprintf(cshout, "%s", vis_str(items[i]));
334 (void) fprintf(cshout, "%s", vis_str(recognized_part));
340 (void) fprintf(cshout, "%s", vis_str(recognized_part));
H A Dproc.c746 (void) fprintf(cshout, "%s", vis_str(pp->p_command));
972 setname(vis_str(&v[0][1]));
1022 vis_str(cp));
1036 (void) fprintf(csherr, "%s: %s\n", vis_str(cp),
H A Dfunc.c188 setname(vis_str(p));
254 setname(vis_str(STRthen));
781 setname(vis_str(Sgoal));
951 (void) fprintf(cshout, "%s\n", vis_str(*ep));
H A Ddol.c115 setname(vis_str(cp));
365 setname(vis_str(s));
H A Dstr.c414 vis_str(cp) in vis_str() function
H A Dlex.c162 (void) fprintf(fp, "%s", vis_str(sp->word));
1224 seterror(ERR_NOEVENT, vis_str(np));
1275 seterror(ERR_NOEVENT, vis_str(cp));
H A Dextern.h312 char *vis_str __P((Char *));
H A Dsem.c479 setname(vis_str(blk[0]));
H A Dexp.c681 (void) fprintf(csherr, "%s=%s\t", str, vis_str(cp));
H A Dset.c537 setname(vis_str(*v));
H A Dcsh.c1166 vis_str(*vp)); in mailchk()