summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-06-10 10:36:01 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-04-30 20:37:40 +0800
commitc43a0877186ba4d742a27356014a3762195655d9 (patch)
tree7ba39baf3d139a7ea5ead75e2e63e213911d8c9d /common
parentb7fc51bd793467d72695e0b18151e05a551ed152 (diff)
downloadbarebox-c43a0877186ba4d742a27356014a3762195655d9.tar.gz
barebox-c43a0877186ba4d742a27356014a3762195655d9.tar.xz
complete: add go and sleep support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common')
-rw-r--r--common/complete.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/complete.c b/common/complete.c
index c1d6489e20..45c6908b58 100644
--- a/common/complete.c
+++ b/common/complete.c
@@ -193,6 +193,11 @@ int empty_complete(struct string_list *sl, char *instr)
return COMPLETE_END;
}
+int cammand_var_complete(struct string_list *sl, char *instr)
+{
+ return COMPLETE_CONTINUE;
+}
+
static int env_param_complete(struct string_list *sl, char *instr, int eval)
{
struct device_d *dev;