Searched refs:tenths (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | cbreak.c | 86 halfdelay(tenths) 87 int tenths; 90 __m_trace("halfdelay(%d)", tenths); 96 cur_term->_prog.c_cc[VTIME] = tenths;
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | cbreak.c | 84 halfdelay(int tenths) argument 89 PTERMIOS(_prog)->c_cc[VTIME] = (tenths > 255) ? 255 : (cc_t)tenths;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftp.c | 727 hrtime_t delta, tenths; local 730 tenths = delta / (NANOSEC / 10); 732 " seconds", direction, amount, tenths / 10, tenths % 10);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky.c | 124 uint_t tenths = ((stat * 1000) / total) % 10; local 130 30, str, stat, perc, tenths);
|
H A D | typegraph.c | 1539 int tenths = ((stat * 1000) / total) % 10; local 1542 perc, tenths);
|
Completed in 4162 milliseconds