Changeset 1440 for trunk/src/kmk/variable.h
- Timestamp:
- Mar 30, 2008, 6:13:55 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.h
r1437 r1440 132 132 char *variable_expand (const char *line); 133 133 char *variable_expand_for_file (const char *line, struct file *file); 134 #ifdef CONFIG_WITH_COMMANDS_FUNC 135 char *variable_expand_for_file_2 (char *o, const char *line, struct file *file); 136 #endif 134 137 char *allocated_variable_expand_for_file (const char *line, struct file *file); 135 138 #define allocated_variable_expand(line) \ … … 153 156 const char *replace_percent); 154 157 char *patsubst_expand (char *o, const char *text, char *pattern, char *replace); 158 #ifdef CONFIG_WITH_COMMANDS_FUNC 159 char *func_commands (char *o, char **argv, const char *funcname); 160 #endif 155 161 156 162 /* expand.c */
Note:
See TracChangeset
for help on using the changeset viewer.