Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_vops.c125 if (undkind == UNDPUT && undap1 == undap2) {
139 undkind == UNDPUT ? 0 : unddol - dol);
H A Dex_cmdsub.c444 undkind = UNDPUT; in put()
1355 if (undkind == UNDPUT) { in undo()
1480 case UNDPUT: in somechange()
H A Dex.h360 #define UNDPUT 4 macro