Home
last modified time | relevance | path

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

/dports/textproc/miller/miller-5.10.2/c/unit_test/
H A Dtest_multiple_containers.c260 mu_assert_lf(!hss_has(pset, "w")); in test_hss()
261 mu_assert_lf( hss_has(pset, "x")); in test_hss()
262 mu_assert_lf(!hss_has(pset, "y")); in test_hss()
263 mu_assert_lf(!hss_has(pset, "z")); in test_hss()
268 mu_assert_lf(!hss_has(pset, "w")); in test_hss()
269 mu_assert_lf( hss_has(pset, "x")); in test_hss()
270 mu_assert_lf( hss_has(pset, "y")); in test_hss()
271 mu_assert_lf(!hss_has(pset, "z")); in test_hss()
276 mu_assert_lf(!hss_has(pset, "w")); in test_hss()
277 mu_assert_lf( hss_has(pset, "x")); in test_hss()
[all …]
/dports/textproc/miller/miller-5.10.2/c/mapping/
H A Dmapper_having_fields.c206 if (hss_has(pstate->pfield_name_set, pe->key)) { in mapper_having_fields_at_least_process()
225 if (!hss_has(pstate->pfield_name_set, pe->key)) { in mapper_having_fields_which_are_process()
238 if (!hss_has(pstate->pfield_name_set, pe->key)) { in mapper_having_fields_at_most_process()
H A Dmapper_cut.c147 if (!hss_has(pstate->pfield_name_set, pe->key)) { in mapper_cut_process_no_regexes()
H A Dmapper_join.c510 if (!hss_has(pstate->pleft_field_name_set, pl->key)) { in mapper_join_form_pairs()
518 if (!hss_has(pstate->pright_field_name_set, pr->key)) { in mapper_join_form_pairs()
/dports/textproc/miller/miller-5.10.2/c/containers/
H A Dhss.h35 int hss_has(hss_t* pset, char* key);
H A Dhss.c153 int hss_has(hss_t* pset, char* key) { in hss_has() function
H A Dlrec.c492 if (hss_has(pnames_as_set, name)) { in lrec_label()
/dports/textproc/miller/miller-5.10.2/c/dsl/
H A Dmlr_dsl_cst_func_subr.c72 if (hss_has(pnameset, pparameter_node->text)) { in mlr_dsl_cst_alloc_udf()
400 if (hss_has(pnameset, pparameter_node->text)) { in mlr_dsl_cst_alloc_subroutine()
H A Dfunction_manager.c162 if (hss_has(pfmgr->built_in_function_names, pdefsite_state->name)) { in fmgr_install_udf()