Searched refs:HTfileSortMethod (Results 1 – 5 of 5) sorted by relevance
24 extern int HTfileSortMethod; /* specifies the method of sorting */
173 int HTfileSortMethod = FILE_BY_NAME; variable2655 switch (HTfileSortMethod) { in compare_EntryInfo_structs()
451 LYaddstr((HTfileSortMethod == FILE_BY_NAME ? "By Filename" : in LYoptions()452 (HTfileSortMethod == FILE_BY_SIZE ? "By Size " : in LYoptions()453 (HTfileSortMethod == FILE_BY_TYPE ? "By Type " : in LYoptions()839 HTfileSortMethod = LYChooseEnum(HTfileSortMethod, in LYoptions()843 HTfileSortMethod = LYChoosePopup(HTfileSortMethod, in LYoptions()850 LYaddstr(fileSort_choices[HTfileSortMethod]); in LYoptions()3102 GetOptValues(ftp_sort_values, data[i].value, &HTfileSortMethod); in postoptions()3952 PutOptValues(fp0, HTfileSortMethod, ftp_sort_values); in gen_options()
414 PARSE_ENU(RC_FILE_SORTING_METHOD, HTfileSortMethod, tbl_file_sort, N_("\
3896 int HTfileSortMethod_flag = HTfileSortMethod; in handle_LYK_OPTIONS()3911 (((HTfileSortMethod_flag != HTfileSortMethod) || in handle_LYK_OPTIONS()