Home
last modified time | relevance | path

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

/freebsd/sbin/rcorder/
H A Drcorder.c477 enum { BEFORE_PARSING, PARSING, PARSING_DONE } state; in crunch_file() enumerator
525 if (state == PARSING) in crunch_file()
530 state = PARSING; in crunch_file()
/freebsd/bin/sh/
H A DTOUR80 PARSING: The parser code is all in parser.c. A recursive des-