Home
last modified time | relevance | path

Searched refs:UseFixedRecords (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYGlobalDefs.h62 extern BOOLEAN UseFixedRecords; /* convert binary files to FIXED 512 records */
DHTFWriter.c906 if (IsBinary && UseFixedRecords) { in HTSaveToFile()
DLYReadCFG.c1747 PARSE_SET(RC_USE_FIXED_RECORDS, UseFixedRecords),
DLYMain.c91 BOOLEAN UseFixedRecords = USE_FIXED_RECORDS; variable