fc_sort.c | 45 } file_context_node_t; typedef in typeref:struct:file_context_node 47 void file_context_node_destroy(file_context_node_t *x) 65 file_context_node_t *data; 87 int fc_compare(file_context_node_t *a, file_context_node_t *b) 130 file_context_node_t *fc_merge(file_context_node_t *a, 131 file_context_node_t *b) 133 file_context_node_t *a_current; 134 file_context_node_t *b_current [all...] |