Home
last modified time | relevance | path

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

/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-tree.c132 ETableCol *current_search_col; member
312 current_search_col (ETree *tree) in current_search_col() function
315 tree->priv->current_search_col = in current_search_col()
324 return tree->priv->current_search_col; in current_search_col()
522 ETableCol *col = current_search_col (cb_data->tree); in search_search_callback()
526 cb_data->tree->priv->current_search_col->spec->model_col); in search_search_callback()
540 ETableCol *col = current_search_col (tree); in et_search_search()
595 ETableCol *col = current_search_col (tree); in et_search_accept()
H A De-table.c232 current_search_col (ETable *et) in current_search_col() function
235 et->current_search_col = in current_search_col()
244 return et->current_search_col; in current_search_col()
460 ETableCol *col = current_search_col (et); in et_search_search()
514 ETableCol *col = current_search_col (et); in et_search_accept()
608 e_table->current_search_col = NULL; in e_table_init()
1819 e_table->current_search_col = col; in et_real_construct()
H A De-table.h101 ETableCol *current_search_col; member