Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dis_csv.c61 #ifndef CSV_LINES
62 #define CSV_LINES 10 macro
109 #if CSV_LINES in csv_parse()
110 if (nl == CSV_LINES) in csv_parse()