HomeSort by: relevance | last modified time | path
    Searched refs:autostop (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/cut/
cut.c 151 static size_t autostart, autostop, maxval; variable
190 if (!autostop || autostop > stop)
191 autostop = stop;
213 if (autostop && maxval > autostop)
214 maxval = autostop;
271 if ((i >= maxval && !autostop) ||
334 if (autostop) {
x_cut.c 80 if (autostop)
  /src/sys/arch/mips/ingenic/
jzmmc.c 718 bool dma = false, autostop = false; local
772 autostop = true;
842 if (autostop) {

Completed in 62 milliseconds