Searched refs:handle_squotes (Results 1 – 1 of 1) sorted by relevance
6218 #define encode_then_expand_vararg(str, handle_squotes, do_unbackslash) \ argument6219 encode_then_expand_vararg(str, handle_squotes)6221 static char *encode_then_expand_vararg(const char *str, int handle_squotes, int do_unbackslash) in encode_then_expand_vararg() argument6249 if (handle_squotes && ch == '\'') { in encode_then_expand_vararg()