Changeset 879 for trunk/src/ash-messup/expand.h
- Timestamp:
- Apr 21, 2007, 8:33:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/expand.h
r626 r879 58 58 59 59 union node; 60 void expandhere( union node *, int);61 void expandarg( union node *, struct arglist *, int);62 void expari( int);63 int patmatch( char *, char *, int);64 void rmescapes( char *);65 int casematch( union node *, char *);66 int wordexpcmd( int, char **);60 void expandhere(struct shinstance *, union node *, int); 61 void expandarg(struct shinstance *, union node *, struct arglist *, int); 62 void expari(struct shinstance *, int); 63 int patmatch(struct shinstance *, char *, char *, int); 64 void rmescapes(struct shinstance *, char *); 65 int casematch(struct shinstance *, union node *, char *); 66 int wordexpcmd(struct shinstance *, int, char **); 67 67 68 68 /* From arith.y */
Note:
See TracChangeset
for help on using the changeset viewer.