Home
last modified time | relevance | path

Searched refs:vpastwh (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops2.c586 strcLIN(vpastwh(gcursor + 1)); in vappend()
1401 cp = vpastwh(genbuf);
1436 cp = vpastwh(genbuf);
H A Dex_subr.c190 cp = vpastwh(genbuf); in fixindent()
894 vpastwh(cp) in vpastwh() function
H A Dex_vops.c534 if (c == 'd' && *vpastwh(genbuf) == 0) { in vchange()
908 if (vpastwh(linebuf) >= cursor) in xdw()
H A Dex_vops3.c337 cp = vpastwh(linebuf); in lindent()
H A Dex.h427 unsigned char *vpastwh();
H A Dex_vmain.c1318 cp = vpastwh(cursor);
H A Dex_cmdsub.c602 if (cp + strlen(dp = vpastwh(linebuf)) >= &genbuf[LBSIZE - 2]) in shift()