Searched refs:lastchr (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_voper.c | 485 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 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 | 119 return (nqcolumn(lastchr(linebuf, cp), (unsigned char *)0)); in lcolumn() 1161 unsigned char *lastchr(linebuf, cursor) in lastchr() function
|
H A D | ex_vwind.c | 485 wcursor = lastchr(linebuf, wcursor); in vnline()
|
/illumos-gate/usr/src/cmd/xstr/ |
H A D | xstr.c | 45 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 D | sh.func.c | 99 if (lastchr(cp) == ':') { in isbfunc() 819 if (lastchr(aword) != ':') { 834 if (lastchr(aword) == ':') {
|
H A D | sh.misc.c | 199 lastchr(tchar *cp) in lastchr() function
|