Lines Matching refs:linebuf
433 wcursor = linebuf;
485 wcursor = lastchr(linebuf, wcursor);
509 wcursor = vskipwh(linebuf);
527 wcursor = linebuf;
532 if (linebuf[0]) {
533 wcursor = strend(linebuf);
534 wcursor = lastchr(linebuf, wcursor);
537 wcursor = linebuf;
559 wcursor = lastchr(linebuf, wcursor);
562 if (margin() && opf == vmove || wcursor < linebuf) {
564 wcursor = lastchr(linebuf, wcursor);
566 wcursor = linebuf;
596 wcursor = lastchr(linebuf, wcursor);
751 if (wcursor > strend(linebuf))
754 cnt = wcursor - linebuf;
756 for (wcursor = linebuf; wcursor - linebuf < cnt; )
758 if (wcursor - linebuf > cnt)
759 wcursor = lastchr(linebuf, wcursor);
867 if (loc1 > (char *)linebuf && *loc1 == 0)
868 loc1 = (char *)lastchr(linebuf, loc1);
1017 wcursor = lastchr(linebuf, wcursor);
1051 if (wcursor == linebuf)
1064 wcursor = lastchr(linebuf, wcursor);
1066 if (wcursor < linebuf) {
1067 wcursor = linebuf;
1080 wcursor = lastchr(linebuf, wcursor);
1083 if (wcursor < linebuf || !wordof(which, wcursor))
1086 if (wcursor < linebuf)
1119 wcursor = lastchr(linebuf, wcursor) + 1;
1121 wcursor > linebuf)
1122 wcursor = lastchr(linebuf, wcursor);
1185 if (linebuf[0] == 0)
1190 return (wcursor == linebuf);
1200 return (wcursor < linebuf || wcursor[0] == 0);