Changeset 10073 for trunk/Ohana/src/opihi/lib.shell/expand_vars.c
- Timestamp:
- Nov 17, 2006, 5:04:25 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/expand_vars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/expand_vars.c
r9844 r10073 38 38 if (*L == 0) break; 39 39 40 V1 = aftervar (L); /* V1 points to the first non- whitespaceafter the variable */40 V1 = aftervar (L); /* V1 points to the first non-WHITESPACE after the variable */ 41 41 V0 = thisvar (L); /* V0 points to the name of the var */ 42 42 /* note: V1 points to a fraction of L, it does not need to be freed */
Note:
See TracChangeset
for help on using the changeset viewer.
