Ignore:
Timestamp:
Sep 15, 2020, 11:09:19 AM (5 years ago)
Author:
bird
Message:

kash: more sh_destroy work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shinstance.h

    r3457 r3459  
    169169};
    170170
    171 /* redir.c / bird */
     171/* redir.c */
     172struct redirtab {
     173        struct redirtab *next;
     174        short renamed[10];
     175};
     176
    172177/**
    173178 * This is a replacement for temporary node field nfile.expfname.
     
    245250
    246251    /* expand.c */
    247     char               *expdest;        /**< output of current string */
     252    char               *expdest;        /**< output of current string (stack) */
    248253    struct nodelist    *argbackq;       /**< list of back quote expressions */
    249254    struct ifsregion    ifsfirst;       /**< first struct in list of ifs regions */
    250255    struct ifsregion   *ifslastp;       /**< last struct in list */
    251     struct arglist      exparg;         /**< holds expanded arg list */
     256    struct arglist      exparg;         /**< holds expanded arg list (stack) */
    252257    char               *expdir;         /**< Used by expandmeta. */
    253258
Note: See TracChangeset for help on using the changeset viewer.