Home
last modified time | relevance | path

Searched refs:expand_and_evaluate_arith (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c6451 static arith_t expand_and_evaluate_arith(const char *arg, const char **errmsg_p) in expand_and_evaluate_arith() function
6792 beg = expand_and_evaluate_arith(exp_word, &errmsg); in expand_one_var()
6813 len = expand_and_evaluate_arith(exp_word, &errmsg); in expand_one_var()
7094 res = expand_and_evaluate_arith(arg, NULL); in expand_vars_to_list()