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

/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_voper.c77 line *odot; local
242 odot = dot;
257 wdot = (odot - oline) + i - 1;
260 dot = odot;
343 odot = wdot = dot;
349 dot = wdot = odot;
792 odot = dot;
820 dot = odot;
839 dot = odot;
883 if (dot < odot ||
[all...]
H A Dex_temp.c583 line *odot = dot; local
614 dot = odot;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c968 uintmax_t odot, ndot; local
970 odot = mdb_nv_get_value(mdb.m_dot);
971 ndot = odot + mdb.m_incr;
973 if ((odot ^ ndot) & 0x8000000000000000ull)
982 uintmax_t odot, ndot; local
984 odot = mdb_nv_get_value(mdb.m_dot);
985 ndot = odot - mdb.m_incr;
987 if (ndot > odot)

Completed in 87 milliseconds