Home
last modified time | relevance | path

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

/titanic_41/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()
792 odot = dot; in operate()
820 dot = odot; in operate()
839 dot = odot; in operate()
883 if (dot < odot || in operate()
[all …]
H A Dex_temp.c583 line *odot = dot; in putreg() local
614 dot = odot; in putreg()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c984 uintmax_t odot, ndot; in mdb_dot_incr() local
986 odot = mdb_nv_get_value(mdb.m_dot); in mdb_dot_incr()
987 ndot = odot + mdb.m_incr; in mdb_dot_incr()
989 if ((odot ^ ndot) & 0x8000000000000000ull) in mdb_dot_incr()
998 uintmax_t odot, ndot; in mdb_dot_decr() local
1000 odot = mdb_nv_get_value(mdb.m_dot); in mdb_dot_decr()
1001 ndot = odot - mdb.m_incr; in mdb_dot_decr()
1003 if (ndot > odot) in mdb_dot_decr()