HomeSort by: relevance | last modified time | path
    Searched defs:no_time_limit (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/audio/record/
record.c 71 static int no_time_limit = 1; variable in typeref:typename:int
83 no_time_limit = 0;
177 no_time_limit = 0;
351 if (!no_time_limit && verbose)
356 while (no_time_limit || timeleft(&start_time, &record_time)) {
  /src/usr.bin/midirecord/
midirecord.c 109 int ch, no_time_limit = 1; local in function:main
153 no_time_limit = 0;
248 if (!no_time_limit && verbose)
256 while (no_time_limit || timeleft(&start_time, &record_time)) {

Completed in 14 milliseconds