Ignore:
Timestamp:
Sep 3, 2020, 3:52:14 PM (5 years ago)
Author:
bird
Message:

kash: refactoring evalcommand - complicated, part II.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/generated/nodes.h

    r2290 r3437  
    102102struct nfile {
    103103      int type;
     104      int fd;
    104105      union node *next;
    105       int fd;
    106106      union node *fname;
    107107      char *expfname;
     
    111111struct ndup {
    112112      int type;
     113      int fd;
    113114      union node *next;
    114       int fd;
    115115      int dupfd;
    116116      union node *vname;
     
    120120struct nhere {
    121121      int type;
     122      int fd;
    122123      union node *next;
    123       int fd;
    124124      union node *doc;
    125125};
Note: See TracChangeset for help on using the changeset viewer.