Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/vi/port/
H A Dex_cmdsub.c1675 if (msnext == 0) /* first time */ in addmac()
1676 msnext = mapspace; in addmac()
1678 if (msnext - mapspace + strlen(dest) + strlen(src) + strlen(dname) + 3 > MAXCHARMACS) in addmac()
1680 CP(msnext, src); in addmac()
1681 mp[slot].cap = msnext; in addmac()
1682 msnext += strlen(src) + 1; /* plus 1 for null on the end */ in addmac()
1683 CP(msnext, dest); in addmac()
1684 mp[slot].mapto = msnext; in addmac()
1685 msnext += strlen(dest) + 1; in addmac()
1687 CP(msnext, dname); in addmac()
[all …]
H A Dex_tty.h156 var unsigned char *msnext; /* next free location in mapspace */ variable