Searched refs:m_fields_head (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sort/ |
H A D | options.c | 246 field_add_to_chain(&(S->m_fields_head), nF); in parse_new_field_spec() 288 field_add_to_chain(&(S->m_fields_head), nF); in parse_old_field_spec() 324 field_add_to_chain(&(S->m_fields_head), nF); in parse_old_field_spec() 341 field_add_to_chain(&(S->m_fields_head), nF); in parse_old_field_spec() 353 field_add_to_chain(&(S->m_fields_head), nF); in parse_old_field_spec() 425 field_apply_all(S->m_fields_head, in options() 431 field_apply_all(S->m_fields_head, in options() 438 field_apply_all(S->m_fields_head, in options() 453 for (f = S->m_fields_head; f; in options() 471 field_apply_all(S->m_fields_head, in options() [all …]
|
H A D | merge.c | 366 (void) mg_coll_convert(S->m_fields_head, in merge_n_streams() 381 (void) mg_coll_convert(S->m_fields_head, in merge_n_streams() 470 merge_one_stream(S->m_fields_head, cur_streamp, in merge() 481 merge_two_streams(S->m_fields_head, cur_streamp, in merge()
|
H A D | initialize.c | 139 F = S->m_fields_head; in initialize_post() 169 F = S->m_fields_head; in initialize_post()
|
H A D | check.c | 175 (void) conversion_fcn(S->m_fields_head, &cur_streamp->s_current, in check_if_sorted() 186 (void) conversion_fcn(S->m_fields_head, &cur_streamp->s_current, in check_if_sorted()
|
H A D | invoke.c | 67 display_field_defns(S.m_fields_head); in main()
|
H A D | convert.c | 70 (void) coll_convert(S->m_fields_head, in convert()
|
H A D | types.h | 255 field_t *m_fields_head; member
|
H A D | streams.c | 499 S->m_fields_head, &src->s_current, FCV_FAIL, in stream_insert()
|