Searched refs:lastchr (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_voper.c | 485 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 D | ex_vops2.c | 250 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 D | ex_vops3.c | 418 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 D | ex_vops.c | 212 cursor = lastchr(linebuf, cursor); 468 cp = lastchr(linebuf, cp); in vdelete() 659 cursor = lastchr(linebuf, cursor); in vchange()
|
H A D | ex.h | 460 unsigned char *lastchr(); 604 unsigned char *lastchr();
|
H A D | ex_subr.c | 112 return (nqcolumn(lastchr(linebuf, cp), (unsigned char *)0)); in lcolumn() 1154 unsigned char *lastchr(linebuf, cursor) in lastchr() function
|
H A D | ex_vwind.c | 485 wcursor = lastchr(linebuf, wcursor); in vnline()
|
/titanic_41/usr/src/cmd/xstr/ |
H A D | xstr.c | 47 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 D | xstr.c | 318 hp = hp0 = &bucket[lastchr(str) & 0177]; 457 lastchr(cp) in lastchr() function
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.func.c | 88 if (lastchr(cp) == ':') { in isbfunc() 808 if (lastchr(aword) != ':') { 823 if (lastchr(aword) == ':') {
|
H A D | sh.misc.c | 201 lastchr(tchar *cp) in lastchr() function
|