Home
last modified time | relevance | path

Searched defs:pregex_captures (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/miller/miller-5.10.2/c/unit_test/
H A Dtest_rval_evaluators.c29 string_array_t* pregex_captures = NULL; in test_caps() local
83 string_array_t* pregex_captures = NULL; in test_strings() local
162 string_array_t* pregex_captures = NULL; in test_numbers() local
252 string_array_t* pregex_captures = NULL; in test_logical_and() local
317 string_array_t* pregex_captures = NULL; in test_logical_or() local
382 string_array_t* pregex_captures = NULL; in test_logical_xor() local
H A Dtest_mlrregex.c19 string_array_t* pregex_captures = NULL; in test_save_regex_captures() local
/dports/textproc/miller/miller-5.10.2/c/mapping/
H A Dmapper_put_or_filter.c602 string_array_t* pregex_captures = NULL; // May be set to non-null on evaluation in mapper_put_or_filter_process() local
633 string_array_t* pregex_captures = NULL; // May be set to non-null on evaluation in mapper_put_or_filter_process() local
666 string_array_t* pregex_captures = NULL; // May be set to non-null on evaluation in mapper_put_or_filter_process() local
/dports/textproc/miller/miller-5.10.2/c/lib/
H A Dmlrregex.c271 string_array_t* pregex_captures = *ppregex_captures; in save_regex_captures() local
294 char* interpolate_regex_captures(char* input, string_array_t* pregex_captures, int* pwas_allocated)… in interpolate_regex_captures()