Home
last modified time | relevance | path

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

/freebsd/sbin/rcorder/
H A Drcorder.c477 enum { BEFORE_PARSING, PARSING, PARSING_DONE } state; in crunch_file() enumerator
507 for (state = BEFORE_PARSING; state != PARSING_DONE && in crunch_file()