HomeSort by relevance Sort by last modified time
    Searched refs:left_quote (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
quotearg.h 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,
    [all...]
quotearg.c 68 char const *left_quote; member in struct:quoting_options
166 char const *left_quote, char const *right_quote)
171 if (!left_quote || !right_quote)
173 o->left_quote = left_quote;
246 char const *left_quote,
312 left_quote = gettext_quote (N_("`"), quoting_style);
316 for (quote_string = left_quote; *quote_string; quote_string++)
655 left_quote, right_quote);
676 p->left_quote, p->right_quote)
    [all...]

Completed in 182 milliseconds