Home
last modified time | relevance | path

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

/dports/textproc/p5-Text-CSV_XS/Text-CSV_XS-1.47/
H A DCSV_XS.xs237 #define bool_opt_def(o,d) \ macro
239 #define bool_opt(o) bool_opt_def (o, 0)
740 csv->quote_space = bool_opt_def ("quote_space", 1); in cx_SetupCsv()
741 csv->escape_null = bool_opt_def ("escape_null", 1); in cx_SetupCsv()
742 csv->quote_binary = bool_opt_def ("quote_binary", 1); in cx_SetupCsv()