Searched refs:lynx_cmd_script (Results 1 – 6 of 6) sorted by relevance
/dports/www/lynx-current/lynx2.9.0dev.9/src/ |
H A D | LYGlobalDefs.h | 282 extern char *lynx_cmd_script; /* file to read keystroke commands, if any */
|
H A D | LYMain.c | 463 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 D | LYStrings.c | 6139 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 D | LYGlobalDefs.h | 281 extern char *lynx_cmd_script; /* file to read keystroke commands, if any */
|
H A D | LYMain.c | 458 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 D | LYStrings.c | 6135 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()
|