print_screen_p 38 core/script.c static int print_screen_p; // print_screen predicate: 0=off, else is log file number. negative=append, postive=overwrite print_screen_p 44 core/script.c print_screen_p = 0; print_screen_p 56 core/script.c print_screen_p = 0; print_screen_p 66 core/script.c print_screen_p = val; print_screen_p 86 core/script.c if (print_screen_p && (print_screen_d >= 0)) {