Searched refs:quote_ch (Results 1 – 1 of 1) sorted by relevance
2276 int quote_ch = '\0'; in gettok() local2310 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()