Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_voper.c485 wcursor = lastchr(linebuf, wcursor); in operate()
534 wcursor = lastchr(linebuf, wcursor); in operate()
559 wcursor = lastchr(linebuf, wcursor); in operate()
564 wcursor = lastchr(linebuf, wcursor); in operate()
596 wcursor = lastchr(linebuf, wcursor); in operate()
759 wcursor = lastchr(linebuf, wcursor); in operate()
868 loc1 = (char *)lastchr(linebuf, loc1); in operate()
1017 wcursor = lastchr(linebuf, wcursor); in find()
1064 wcursor = lastchr(linebuf, wcursor); in word()
1080 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.c112 return (nqcolumn(lastchr(linebuf, cp), (unsigned char *)0)); in lcolumn()
1154 unsigned char *lastchr(linebuf, cursor) in lastchr() function
H A Dex_vwind.c485 wcursor = lastchr(linebuf, wcursor); in vnline()
/titanic_41/usr/src/cmd/xstr/
H A Dxstr.c47 int lastchr(char *);
317 hp = hp0 = &bucket[lastchr(str) & 0177]; in hashit()
452 lastchr(char *cp) in lastchr() function
/titanic_41/usr/src/cmd/vi/misc/
H A Dxstr.c318 hp = hp0 = &bucket[lastchr(str) & 0177];
457 lastchr(cp) in lastchr() function
/titanic_41/usr/src/cmd/csh/
H A Dsh.func.c88 if (lastchr(cp) == ':') { in isbfunc()
808 if (lastchr(aword) != ':') {
823 if (lastchr(aword) == ':') {
H A Dsh.misc.c201 lastchr(tchar *cp) in lastchr() function