doublequote_char
if (*cp3 != (int) doublequote_char) {
if (!(cp3 = strchr(cp3+1, (int) doublequote_char))) {
if ((name_start[0] == (int) doublequote_char) &&
(name_start[name_length - 1] == (int) doublequote_char)) {
doublequote_char,