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.c60 #ifndef CSV_LINES
61 #define CSV_LINES 10 macro
108 #if CSV_LINES in csv_parse()
109 if (nl == CSV_LINES) in csv_parse()