Searched refs:quote_char (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xlsclients/dist/
H A Dxlsclients.c607 char quote_char = '\'', other_quote = '"'; local in function:print_quoted_word
629 putchar (quote_char);
633 if (*cp == quote_char) {
635 putchar (quote_char);
642 other_quote = quote_char; quote_char = tmp;
651 putchar (quote_char);

Completed in 2 milliseconds