Home
last modified time | relevance | path

Searched refs:lynx_cmd_script (Results 1 – 6 of 6) sorted by relevance

/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYGlobalDefs.h282 extern char *lynx_cmd_script; /* file to read keystroke commands, if any */
H A DLYMain.c463 char *lynx_cmd_script; /* file to read keystroke commands, if any */ variable
1468 if (non_empty(lynx_cmd_script)) { in main()
1469 LYTildeExpand(&lynx_cmd_script, TRUE); in main()
3425 "cmd_script", 2|NEED_LYSTRING_ARG, lynx_cmd_script,
H A DLYStrings.c6139 if (non_empty(lynx_cmd_script)) { in LYOpenCmdScript()
6140 cmd_script = fopen(lynx_cmd_script, TXT_R); in LYOpenCmdScript()
6142 lynx_cmd_script, in LYOpenCmdScript()
6230 FREE(lynx_cmd_script); in LYCloseCmdLogfile()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYGlobalDefs.h281 extern char *lynx_cmd_script; /* file to read keystroke commands, if any */
H A DLYMain.c458 char *lynx_cmd_script; /* file to read keystroke commands, if any */ variable
1460 if (non_empty(lynx_cmd_script)) { in main()
1461 LYTildeExpand(&lynx_cmd_script, TRUE); in main()
3421 "cmd_script", 2|NEED_LYSTRING_ARG, lynx_cmd_script,
H A DLYStrings.c6135 if (non_empty(lynx_cmd_script)) { in LYOpenCmdScript()
6136 cmd_script = fopen(lynx_cmd_script, TXT_R); in LYOpenCmdScript()
6138 lynx_cmd_script, in LYOpenCmdScript()
6226 FREE(lynx_cmd_script); in LYCloseCmdLogfile()