Searched refs:parse_dollar_squote (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ |
D | hush.c | 4932 #define parse_dollar_squote(as_string, dest, input) \ macro 4933 parse_dollar_squote(dest, input) 4936 static int parse_dollar_squote(o_string *as_string, o_string *dest, struct in_str *input) in parse_dollar_squote() function 5021 # define parse_dollar_squote(as_string, dest, input) 0 macro 5830 if (parse_dollar_squote(&ctx.as_string, &ctx.word, input)) in parse_stream() 6274 if (parse_dollar_squote(NULL, &dest, &input)) in encode_then_expand_vararg()
|