Lines Matching defs:state
1511 enum { other, inName, inValue } state = inName;
1513 int open = 0; /* defined when state == inValue;
1519 if (state == other) { \
1524 state = inName; \
1541 if (state != inValue) {
1544 state = inValue;
1547 state = other;
1554 if (state != inValue) {
1557 state = inValue;
1560 state = other;
1571 if (state == inName)
1572 state = other;
1573 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized
1583 Apart from that we could just change state on the quote. */
1584 if (state == inName)
1585 state = other;
1586 else if (state == inValue && nAtts < attsMax)
1591 if (state != inValue)