1 $DragonFly: src/bin/csh/Attic/sh.exp.c.patch,v 1.1 2004/07/27 21:01:44 dillon Exp $
3 ===================================================================
4 RCS file: /cvs/src/contrib/tcsh/sh.exp.c,v
5 retrieving revision 1.1
7 --- sh.exp.c 17 Jun 2003 02:47:06 -0000 1.1
8 +++ sh.exp.c 27 Jul 2004 20:25:12 -0000
11 static int sh_access __P((Char *, int));
12 static int exp1 __P((Char ***, bool));
13 -static int exp2 __P((Char ***, bool));
14 +static int exp2x __P((Char ***, bool));
15 static int exp2a __P((Char ***, bool));
16 static int exp2b __P((Char ***, bool));
17 static int exp2c __P((Char ***, bool));
22 - register int p1 = exp2(vp, ignore);
23 + register int p1 = exp2x(vp, ignore);
26 etraci("exp1 p1", p1, vp);
40 - p2 = exp2(vp, ignore);
41 + p2 = exp2x(vp, ignore);
43 etraci("exp3 p2", p2, vp);