Home
last modified time | relevance | path

Searched refs:tmspc10 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Ddelay.c50 static short tmspc10[] = { variable
110 (sizeof (tmspc10) / sizeof (tmspc10[0]))) in _delay()
113 mspc10 = tmspc10[outspeed]; in _delay()
/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtputs.c49 short tmspc10[] = { variable
114 if (ospeed <= 0 || ospeed >= (sizeof (tmspc10) / sizeof (tmspc10[0]))) in tputs()
124 mspc10 = tmspc10[ospeed]; in tputs()