Home
last modified time | relevance | path

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

/dports/textproc/miller/miller-5.10.2/c/containers/
H A Dmlhmmv.c312 void mlhmmv_xvalues_to_lrecs_lashed(mlhmmv_xvalue_t** ptop_values, int num_submaps, mv_t* pbasename… in mlhmmv_xvalues_to_lrecs_lashed() argument
317 if (ptop_values[0] == NULL) { in mlhmmv_xvalues_to_lrecs_lashed()
319 } else if (ptop_values[0]->is_terminal && mv_is_present(&ptop_values[0]->terminal_mlrval)) { in mlhmmv_xvalues_to_lrecs_lashed()
323 if (ptop_values[i]->is_terminal && mv_is_present(&ptop_values[i]->terminal_mlrval)) { in mlhmmv_xvalues_to_lrecs_lashed()
326 mv_alloc_format_val(&ptop_values[i]->terminal_mlrval), FREE_ENTRY_KEY|FREE_ENTRY_VALUE); in mlhmmv_xvalues_to_lrecs_lashed()
342 if (ptop_values[i] == NULL || ptop_values[i]->is_terminal) { in mlhmmv_xvalues_to_lrecs_lashed()
346 ppnext_levels[i] = ptop_values[i]->pnext_level; in mlhmmv_xvalues_to_lrecs_lashed()
H A Dmlhmmv.h64 mlhmmv_xvalue_t** ptop_values,
/dports/textproc/miller/miller-5.10.2/c/dsl/
H A Dmlr_dsl_cst_output_statements.c1067 mlhmmv_xvalue_t** ptop_values; member
1148 …pstate->ptop_values = mlr_malloc_or_die(pstate->num_emit_lashed_items * sizeof(mlhmmv_level_entry… in alloc_emit_lashed()
1203 free(pstate->ptop_values); in free_emit_lashed()
1301 pstate->ptop_values[i] = &pstate->pboxed_xvals[i].xval; in handle_emit_lashed_common()
1304 mlhmmv_xvalues_to_lrecs_lashed(pstate->ptop_values, pstate->num_emit_lashed_items, in handle_emit_lashed_common()