VirtualBox

Changeset 3437 in kBuild for trunk/src/kash/nodetypes


Ignore:
Timestamp:
Sep 3, 2020 1: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/nodetypes

    r1215 r3437  
    118118NAPPEND nfile                   # fd>> fname
    119119        type      int
    120         next      nodeptr               # next redirection in list
    121         fd        int                   # file descriptor being redirected
     120        fd        int                   # file descriptor being redirected (must match ndup)
     121        next      nodeptr               # next redirection in list         (must match ndup)
    122122        fname     nodeptr               # file name, in a NARG node
    123123        expfname  temp  char *expfname  # actual file name
     
    126126NFROMFD ndup                    # fd>&dupfd
    127127        type      int
    128         next      nodeptr               # next redirection in list
    129         fd        int                   # file descriptor being redirected
     128        fd        int                   # file descriptor being redirected (must match nfile)
     129        next      nodeptr               # next redirection in list         (must match nfile)
    130130        dupfd     int                   # file descriptor to duplicate
    131131        vname     nodeptr               # file name if fd>&$var
     
    135135NXHERE nhere                    # fd<<!
    136136        type      int
    137         next      nodeptr               # next redirection in list
    138         fd        int                   # file descriptor being redirected
     137        fd        int                   # file descriptor being redirected (must match nfile)
     138        next      nodeptr               # next redirection in list         (must match nfile)
    139139        doc       nodeptr               # input to command (NARG node)
    140140
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette