Home
last modified time | relevance | path

Searched refs:HTfileSortMethod (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFTP.h24 extern int HTfileSortMethod; /* specifies the method of sorting */
DHTFTP.c173 int HTfileSortMethod = FILE_BY_NAME; variable
2655 switch (HTfileSortMethod) { in compare_EntryInfo_structs()
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYOptions.c451 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()
DLYrcFile.c414 PARSE_ENU(RC_FILE_SORTING_METHOD, HTfileSortMethod, tbl_file_sort, N_("\
DLYMainLoop.c3896 int HTfileSortMethod_flag = HTfileSortMethod; in handle_LYK_OPTIONS()
3911 (((HTfileSortMethod_flag != HTfileSortMethod) || in handle_LYK_OPTIONS()