Lines Matching refs:right_quote
170 left_quote = right_quote = "'"
178 left_quote = "(" and right_quote = ")"
186 left_quote = ":" and right_quote = " "
194 left_quote = "\"'" and right_quote = "'\""
274 RIGHT_QUOTE. Each of LEFT_QUOTE and RIGHT_QUOTE must be
276 used for escaping, it does not make sense for RIGHT_QUOTE to contain
277 a backslash. RIGHT_QUOTE must not begin with a digit or a letter
282 char const *right_quote);
366 with left quote as LEFT_QUOTE and right quote as RIGHT_QUOTE. See
368 RIGHT_QUOTE values. */
370 char const *right_quote, char const *arg);
372 /* Like quotearg_n_custom (N, LEFT_QUOTE, RIGHT_QUOTE, ARG) except it
375 char const *right_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,
385 char const *right_quote,