Searched refs:ui_skip (Results 1 – 6 of 6) sorted by relevance
5865 ui_skip, in print_help()
347 extern int ui_skip;
447 int ui_skip = 10; /* see watchloop. negative means ignore input */ variable
1591 fprintf(stderr, " inputskip: %d\n", ui_skip); in print_settings()3595 ui_skip = atoi(p+1); in main()3596 if (! ui_skip) ui_skip = 1; in main()3612 ui_skip = atoi(argv[++i]); in main() local3613 if (! ui_skip) ui_skip = 1; in main()
5639 if (got_user_input && *cnt % ui_skip != 0) { in check_user_input()5679 if ((got_user_input || ui_skip < 0) && *cnt % ui_skip != 0) { in check_user_input()5696 if (*cnt % ui_skip != 0) { in check_user_input()
4097 snprintf(buf, bufn, "ans=%s%s%d", p, co, ui_skip); in process_remote_cmd()4103 ui_skip = is; in process_remote_cmd()