Searched refs:handle_dollar (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c514 static int handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *input);
3219 static int handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *input) function
3224 debug_printf_parse("handle_dollar entered: ch='%c'\n", ch);
3264 debug_printf_parse("handle_dollar return 1: unterminated ${name}\n");
3288 debug_printf_parse("handle_dollar return 0\n");
3374 if (handle_dollar(dest, ctx, input) != 0) {
3375 debug_printf_parse("parse_stream return 1: handle_dollar returned non-0\n");

Completed in 90 milliseconds