Home
last modified time | relevance | path

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

/dports/textproc/p5-Text-CSV_XS/Text-CSV_XS-1.47/
H A DCSV_XS.xs101 #define CH_SEP *csv->sep macro
328 #define __is_SEPX(c) (c == CH_SEP && (csv->sep_len == 0 || (\
340 csv->sep_len, csv->size, csv->used, c, CH_SEP); in _is_SEPX()
370 ( (ch) != CH_SEP && \
458 CH_SEP = *cp; in cx_xs_cache_set()
581 _cache_show_char ("sep_char", CH_SEP); in cx_xs_cache_diag()
659 CH_SEP = ','; in cx_SetupCsv()
661 CH_SEP = *SvPV (*svp, len); in cx_SetupCsv()
984 CSV_PUT (csv, dst, CH_SEP); in cx_Combine()
1046 (CH_SEP && c == CH_SEP) || in cx_Combine()
[all …]