Searched refs:do_unbackslash (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ |
D | hush.c | 6022 #define expand_string_to_string(str, EXP_flags, do_unbackslash) \ argument 6025 static char *expand_string_to_string(const char *str, int EXP_flags, int do_unbackslash); 6218 #define encode_then_expand_vararg(str, handle_squotes, do_unbackslash) \ argument 6221 static char *encode_then_expand_vararg(const char *str, int handle_squotes, int do_unbackslash) in encode_then_expand_vararg() argument 6224 const int do_unbackslash = 0; in encode_then_expand_vararg() local 6303 do_unbackslash ? EXP_FLAG_ESC_GLOB_CHARS : 0, in encode_then_expand_vararg() 6304 do_unbackslash in encode_then_expand_vararg() 7198 static char *expand_string_to_string(const char *str, int EXP_flags, int do_unbackslash) in expand_string_to_string() argument 7201 const int do_unbackslash = 1; in expand_string_to_string() local 7231 if (do_unbackslash) in expand_string_to_string()
|