Searched refs:kshdebug_shf (Results 1 - 1 of 1) sorted by last modified time

/netbsd-current/bin/ksh/
H A Dio.c150 static struct shf *kshdebug_shf; variable in typeref:struct:shf
155 if (kshdebug_shf)
156 shf_close(kshdebug_shf);
157 kshdebug_shf = shf_open("/tmp/ksh-debug.log",
160 if (kshdebug_shf) {
161 shf_fprintf(kshdebug_shf, "\nNew shell[pid %d]\n", getpid());
162 shf_flush(kshdebug_shf);
172 if (!kshdebug_shf)
175 shf_fprintf(kshdebug_shf, "[%d] ", getpid());
176 shf_vfprintf(kshdebug_shf, fm
[all...]

Completed in 324 milliseconds