Home
last modified time | relevance | path

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

/dports/textproc/miller/miller-5.10.2/c/mapping/
H A Dmapper_reshape.c65 slls_t* input_field_regex_strings,
149 slls_t* input_field_regex_strings = NULL; in mapper_reshape_parse_cli() local
157 ap_define_string_list_flag(pstate, "-r", &input_field_regex_strings); in mapper_reshape_parse_cli()
173 if (input_field_names == NULL && input_field_regex_strings == NULL) { in mapper_reshape_parse_cli()
201 return mapper_reshape_alloc(pstate, input_field_names, input_field_regex_strings, in mapper_reshape_parse_cli()
210 slls_t* input_field_regex_strings, in mapper_reshape_alloc() argument
227 if (input_field_regex_strings == NULL) { in mapper_reshape_alloc()
231 for (sllse_t* pe = input_field_regex_strings->phead; pe != NULL; pe = pe->pnext) { in mapper_reshape_alloc()
236 slls_free(input_field_regex_strings); in mapper_reshape_alloc()