Home
last modified time | relevance | path

Searched refs:odot (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_voper.c77 line *odot; in operate() local
242 odot = dot; in operate()
257 wdot = (odot - oline) + i - 1; in operate()
260 dot = odot; in operate()
343 odot = wdot = dot; in operate()
349 dot = wdot = odot; in operate()
793 odot = dot; in operate()
821 dot = odot; in operate()
840 dot = odot; in operate()
884 if (dot < odot || in operate()
[all …]
H A Dex_temp.c582 line *odot = dot; in putreg() local
613 dot = odot; in putreg()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c995 uintmax_t odot, ndot; in mdb_dot_incr() local
997 odot = mdb_nv_get_value(mdb.m_dot); in mdb_dot_incr()
998 ndot = odot + mdb.m_incr; in mdb_dot_incr()
1000 if ((odot ^ ndot) & 0x8000000000000000ull) in mdb_dot_incr()
1009 uintmax_t odot, ndot; in mdb_dot_decr() local
1011 odot = mdb_nv_get_value(mdb.m_dot); in mdb_dot_decr()
1012 ndot = odot - mdb.m_incr; in mdb_dot_decr()
1014 if (ndot > odot) in mdb_dot_decr()