Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dproperty.c80 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; in properties_read() enumerator
121 state = COMMENT; in properties_read()
127 state = COMMENT; in properties_read()
135 state = COMMENT; /* Ignore the rest of the line */ in properties_read()
138 case COMMENT: in properties_read()
180 state = COMMENT; in properties_read()
193 state = COMMENT; in properties_read()
/f-stack/freebsd/contrib/zlib/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
H A Dinflate.c798 state->mode = COMMENT;
799 case COMMENT: