Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/encoder/csv/
H A Denc_csv.c157 #define CF_HAS_PATH (1<<9) /* A "path" option was provided */ macro
228 if (!(csv->c_flags & CF_HAS_PATH) || csv->c_path == NULL) in csv_path_top()
435 if (instance && !(csv->c_flags & CF_HAS_PATH)) { in csv_open_level()
687 csv->c_flags |= CF_HAS_PATH; /* Yup, we have an explicit path now */ in csv_options()