HomeSort by relevance Sort by last modified time
    Searched refs:right_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 = "'\""
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. Se
    [all...]
quotearg.c 71 char const *right_quote; member in struct:quoting_options
166 char const *left_quote, char const *right_quote)
171 if (!left_quote || !right_quote)
174 o->right_quote = right_quote;
247 char const *right_quote)
313 right_quote = gettext_quote (N_("'"), quoting_style);
319 quote_string = right_quote;
655 left_quote, right_quote);
676 p->left_quote, p->right_quote);
    [all...]

Completed in 117 milliseconds