quoted_string_token
if (t == quoted_string_token) {
if (s == NULL || t != quoted_string_token) {
if (s == NULL || t != quoted_string_token) {
} else if (t == quoted_string_token) {
if (s != NULL && t == quoted_string_token &&
if (t != quoted_string_token ||
if (t != string_token && t != quoted_string_token) {
if (s == NULL || t != quoted_string_token) {
if (s == NULL || t != quoted_string_token)
if (t != string_token && t != quoted_string_token) {
*t = quoted_string_token;