Searched defs:quote_ch (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2273 int quote_ch = '\0'; local
2307 if (*look == quote_ch) { /* Terminates active quote */
2308 quote_ch = '\0';
2312 if (quote_ch == '\0') { /* No quote currently active */
2314 quote_ch = *look; /* New active quote */
2336 if (quote_ch == '\'') {
2348 if (quote_ch == '"') {
2366 if (quote_ch != '\0')
2368 quote_ch);

Completed in 65 milliseconds