Home
last modified time | relevance | path

Searched refs:quote_ch (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2276 int quote_ch = '\0'; in gettok() local
2310 if (*look == quote_ch) { /* Terminates active quote */ in gettok()
2311 quote_ch = '\0'; in gettok()
2315 if (quote_ch == '\0') { /* No quote currently active */ in gettok()
2317 quote_ch = *look; /* New active quote */ in gettok()
2339 if (quote_ch == '\'') { in gettok()
2351 if (quote_ch == '"') { in gettok()
2369 if (quote_ch != '\0') in gettok()
2371 quote_ch); in gettok()