Searched refs:napms (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dpause.c45 * napms --
49 napms(int ms) function
54 __CTRACE(__CTRACE_MISC, "napms: %d\n", ms);
75 return(napms(ms));
H A DMakefile125 curses_line.3 mvwvline.3 curses_tty.3 napms.3 \
H A Dcurses.h691 int napms(int);
/netbsd-6-1-5-RELEASE/usr.bin/tip/aculib/
H A Dcourier.c335 static int napms = 50; /* Give the courier 50 milliseconds between characters */ variable
357 itp->it_value.tv_sec = napms/1000;
358 itp->it_value.tv_usec = ((napms%1000)*1000);
H A Dt3000.c345 static int napms = 50; /* Give the t3000 50 milliseconds between characters */ variable
367 itp->it_value.tv_sec = napms/1000;
368 itp->it_value.tv_usec = ((napms%1000)*1000);
/netbsd-6-1-5-RELEASE/lib/libcurses/EXAMPLES/
H A Dview.c311 napms(50);
348 napms(50);
463 napms(50);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-io.c677 napms (20);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsys-protos.h754 extern int napms(int);
/netbsd-6-1-5-RELEASE/tests/lib/libcurses/slave/
H A Dcurses_commands.c3500 report_return(napms(naptime));

Completed in 75 milliseconds