Home
last modified time | relevance | path

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

/dports/japanese/kterm/kterm-6.2.0.fb6/
H A Ddata.c120 char log_def_name[] = "KtermLog.XXXXX"; variable
122 char log_def_name[] = "XtermLog.XXXXX"; variable
H A Ddata.h47 extern char log_def_name[];
H A Dmisc.c625 log_default = log_def_name;
/dports/x11/xterm/xterm-370/
H A Dmisc.c2475 static const char log_def_name[] = "XtermLog.XXXXXX"; in GenerateLogPath() local
2476 if ((log_default = x_strdup(log_def_name)) != NULL) { in GenerateLogPath()