Home | History | Annotate | Download | only in sh

Lines Matching full:print

85 	int print = cdprint;	/* set -cdprint to enable */
112 print = 1;
118 print = 1;
126 if (!print) {
132 print = strcmp(p, dest);
134 if (docd(p, print) >= 0)
145 * Actually do the chdir. In an interactive shell, print the
146 * directory name if "print" is nonzero.
150 docd(char *dest, int print)
159 TRACE(("docd(\"%s\", %d) called\n", dest, print));
189 /* print = 1; */
202 if (print && iflag && curdir)