Lines Matching refs:autorestart
1343 iprintf(fp, I_LIBINPUT, "autorestart: %d\n", timeout);
2223 bool autorestart = (ctx->timeout > 0);
2278 if (!open_output_files(ctx, autorestart)) {
2291 if (autorestart)
2337 if (autorestart) {
2387 } while (autorestart && !ctx->stop);
2558 printf("Usage: %s [--help] [--all] [--autorestart] [--output-file filename] [/dev/input/event0] [...]\n"
2565 " sudo %s -o recording.yml --autorestart 2\n"
2684 { "autorestart", required_argument, 0, OPT_AUTORESTART },
2787 "Option --autorestart requires --output-file\n");