Changeset 3459 for trunk/src/kash/shinstance.h
- Timestamp:
- Sep 15, 2020, 11:09:19 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.h
r3457 r3459 169 169 }; 170 170 171 /* redir.c / bird */ 171 /* redir.c */ 172 struct redirtab { 173 struct redirtab *next; 174 short renamed[10]; 175 }; 176 172 177 /** 173 178 * This is a replacement for temporary node field nfile.expfname. … … 245 250 246 251 /* expand.c */ 247 char *expdest; /**< output of current string */252 char *expdest; /**< output of current string (stack) */ 248 253 struct nodelist *argbackq; /**< list of back quote expressions */ 249 254 struct ifsregion ifsfirst; /**< first struct in list of ifs regions */ 250 255 struct ifsregion *ifslastp; /**< last struct in list */ 251 struct arglist exparg; /**< holds expanded arg list */256 struct arglist exparg; /**< holds expanded arg list (stack) */ 252 257 char *expdir; /**< Used by expandmeta. */ 253 258
Note:
See TracChangeset
for help on using the changeset viewer.