Ignore:
Timestamp:
Apr 21, 2007, 8:33:35 AM (18 years ago)
Author:
bird
Message:

hacking...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash-messup/expand.h

    r626 r879  
    5858
    5959union 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 **);
     60void expandhere(struct shinstance *, union node *, int);
     61void expandarg(struct shinstance *, union node *, struct arglist *, int);
     62void expari(struct shinstance *, int);
     63int patmatch(struct shinstance *, char *, char *, int);
     64void rmescapes(struct shinstance *, char *);
     65int casematch(struct shinstance *, union node *, char *);
     66int wordexpcmd(struct shinstance *, int, char **);
    6767
    6868/* From arith.y */
Note: See TracChangeset for help on using the changeset viewer.