Searched refs:m_fields_head (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/sort/common/ |
H A D | options.c | 248 field_add_to_chain(&(S->m_fields_head), nF); in parse_new_field_spec() 290 field_add_to_chain(&(S->m_fields_head), nF); in parse_old_field_spec() 326 field_add_to_chain(&(S->m_fields_head), nF); in parse_old_field_spec() 343 field_add_to_chain(&(S->m_fields_head), nF); in parse_old_field_spec() 355 field_add_to_chain(&(S->m_fields_head), nF); in parse_old_field_spec() 427 field_apply_all(S->m_fields_head, in options() 433 field_apply_all(S->m_fields_head, in options() 440 field_apply_all(S->m_fields_head, in options() 455 for (f = S->m_fields_head; f; in options() 473 field_apply_all(S->m_fields_head, in options() [all …]
|
H A D | initialize.c | 129 F = S->m_fields_head; in initialize_post() 159 F = S->m_fields_head; in initialize_post()
|
H A D | merge.c | 368 (void) mg_coll_convert(S->m_fields_head, in merge_n_streams() 383 (void) mg_coll_convert(S->m_fields_head, in merge_n_streams() 472 merge_one_stream(S->m_fields_head, cur_streamp, in merge() 483 merge_two_streams(S->m_fields_head, cur_streamp, in merge()
|
H A D | invoke.c | 69 display_field_defns(S.m_fields_head); in main()
|
H A D | check.c | 177 (void) conversion_fcn(S->m_fields_head, &cur_streamp->s_current, in check_if_sorted() 188 (void) conversion_fcn(S->m_fields_head, &cur_streamp->s_current, in check_if_sorted()
|
H A D | convert.c | 72 (void) coll_convert(S->m_fields_head, in convert()
|
H A D | types.h | 257 field_t *m_fields_head; member
|
H A D | streams.c | 501 S->m_fields_head, &src->s_current, FCV_FAIL, in stream_insert()
|