Lines Matching refs:left_quote
170 left_quote = right_quote = "'"
178 left_quote = "(" and right_quote = ")"
186 left_quote = ":" and right_quote = " "
194 left_quote = "\"'" and right_quote = "'\""
273 set the left quote to LEFT_QUOTE, and set the right quote to
274 RIGHT_QUOTE. Each of LEFT_QUOTE and RIGHT_QUOTE must be
281 char const *left_quote,
366 with left quote as LEFT_QUOTE and right quote as RIGHT_QUOTE. See
367 set_custom_quoting for a description of acceptable LEFT_QUOTE and
369 char *quotearg_n_custom (int n, char const *left_quote,
372 /* Like quotearg_n_custom (N, LEFT_QUOTE, RIGHT_QUOTE, ARG) except it
374 char *quotearg_n_custom_mem (int n, char const *left_quote,
378 /* Equivalent to quotearg_n_custom (0, LEFT_QUOTE, RIGHT_QUOTE, ARG). */
379 char *quotearg_custom (char const *left_quote, char const *right_quote,
382 /* Equivalent to quotearg_n_custom_mem (0, LEFT_QUOTE, RIGHT_QUOTE, ARG,
384 char *quotearg_custom_mem (char const *left_quote,