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

  /src/lib/libcurses/
pause.c 45 * napms --
49 napms(int ms) function in typeref:typename:int
53 __CTRACE(__CTRACE_MISC, "napms: %d\n", ms);
71 return napms(ms);
  /src/usr.bin/tip/aculib/
courier.c 335 static int napms = 50; /* Give the courier 50 milliseconds between characters */ variable in typeref:typename:int
357 itp->it_value.tv_sec = napms/1000;
358 itp->it_value.tv_usec = ((napms%1000)*1000);
t3000.c 345 static int napms = 50; /* Give the t3000 50 milliseconds between characters */ variable in typeref:typename:int
367 itp->it_value.tv_sec = napms/1000;
368 itp->it_value.tv_usec = ((napms%1000)*1000);

Completed in 12 milliseconds