Home
last modified time | relevance | path

Searched refs:lastchr (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_voper.c485 wcursor = lastchr(linebuf, wcursor); in operate()
535 wcursor = lastchr(linebuf, wcursor); in operate()
560 wcursor = lastchr(linebuf, wcursor); in operate()
565 wcursor = lastchr(linebuf, wcursor); in operate()
597 wcursor = lastchr(linebuf, wcursor); in operate()
760 wcursor = lastchr(linebuf, wcursor); in operate()
869 loc1 = (char *)lastchr(linebuf, loc1); in operate()
1018 wcursor = lastchr(linebuf, wcursor); in find()
1065 wcursor = lastchr(linebuf, wcursor); in word()
1081 wcursor = lastchr(linebuf, wcursor); in word()
[all …]
H A Dex_vops2.c250 vgotoCL(nqcolumn(lastchr(linebuf, cursor), genbuf)); in vappend()
726 cursor = lastchr(linebuf, cursor); in vappend()
1052 cp = lastchr(ogcursor, gcursor);
1075 pcp = lastchr(ogcursor, cp);
1077 cp > ogcursor && wordof(c, pcp); cp = pcp, pcp = lastchr(ogcursor, cp))
1095 vgotoCL(nqcolumn(lastchr(linebuf, cursor), genbuf));
1328 if (anyabbrs && gcursor > ogcursor && !wordch(multic) && wordch(lastchr(ogcursor, gcursor))) {
1333 cp = lastchr(ogcursor, gcursor);
1334 pcp = lastchr(ogcursor, cp);
1336 cp > ogcursor && wordof(wdtype, pcp); cp = pcp, pcp = lastchr(ogcursor, pcp))
H A Dex_vops3.c418 cursor = lastchr(linebuf, cursor); in lsmatch()
544 wcursor = lastchr(linebuf, wcursor); in lnext()
552 wcursor = lastchr(linebuf, wcursor); in lnext()
567 wcursor = lastchr(linebuf, wcursor); in lnext()
H A Dex_vops.c212 cursor = lastchr(linebuf, cursor);
468 cp = lastchr(linebuf, cp); in vdelete()
659 cursor = lastchr(linebuf, cursor); in vchange()
H A Dex.h460 unsigned char *lastchr();
604 unsigned char *lastchr();
H A Dex_subr.c119 return (nqcolumn(lastchr(linebuf, cp), (unsigned char *)0)); in lcolumn()
1161 unsigned char *lastchr(linebuf, cursor) in lastchr() function
H A Dex_vwind.c485 wcursor = lastchr(linebuf, wcursor); in vnline()
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c45 int lastchr(char *);
315 hp = hp0 = &bucket[lastchr(str) & 0177]; in hashit()
450 lastchr(char *cp) in lastchr() function
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c99 if (lastchr(cp) == ':') { in isbfunc()
819 if (lastchr(aword) != ':') {
834 if (lastchr(aword) == ':') {
H A Dsh.misc.c199 lastchr(tchar *cp) in lastchr() function