Searched refs:type_d_2 (Results 1 – 2 of 2) sorted by relevance
/dports/x11-fm/catseye-fm/catseye-fm-4.2.0.0/ |
H A D | fileshelf.c | 964 int type_d_1, type_d_2; in myFileshelfSortfunctionforNamesAndPathes() local 977 …gtk_tree_model_get(model, b, GPOINTER_TO_INT(userdata), &string2, COL_FLSHLF_TYPE_D, &type_d_2, -1… in myFileshelfSortfunctionforNamesAndPathes() 989 if (type_d_1 == 4 && type_d_2 != 4){ in myFileshelfSortfunctionforNamesAndPathes() 995 else if (type_d_1 != 4 && type_d_2 == 4){ in myFileshelfSortfunctionforNamesAndPathes()
|
H A D | myfm.c | 2673 int type_d_1, type_d_2; in mysortfunctionforNamesLeft() local 2678 gtk_tree_model_get(model, b, COL_NAME, &string2, COL_TYPE_D, &type_d_2, -1); in mysortfunctionforNamesLeft() 2692 if (type_d_1 == 4 && type_d_2 != 4){ in mysortfunctionforNamesLeft() 2698 else if (type_d_1 != 4 && type_d_2 == 4){ in mysortfunctionforNamesLeft()
|