Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/
Duserdefs.h119 #define PERSONAL_EXTENSION_MAP "mime.types" macro
315 #define PERSONAL_EXTENSION_MAP "~/.mime.types" macro
Dlynx.cfg2093 .h2 PERSONAL_EXTENSION_MAP
2107 #PERSONAL_EXTENSION_MAP:.mime.types
2109 #PERSONAL_EXTENSION_MAP:mime.types
2118 # (3) GLOBAL_EXTENSION_MAP and (4) PERSONAL_EXTENSION_MAP files.
2135 # Moreover, if GLOBAL_EXTENSION_MAP or PERSONAL_EXTENSION_MAP directives
2364 # USER adds PERSONAL_EXTENSION_MAP settings
DCHANGES1051 * ensure that PERSONAL_EXTENSION_MAP and PERSONAL_MAILCAP are absolute
1059 * modify logic for reading PERSONAL_EXTENSION_MAP and PERSONAL_MAILCAP to
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYMain.c1205 StrAllocCopy(personal_extension_map, PERSONAL_EXTENSION_MAP); in main()