io.c | 150 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, fmt, va) [all...] |