Lines Matching refs:linebuf
62 * context or save linebuf as current line.
480 if(curs >= strend(linebuf)) {
481 if(!*linebuf)
482 wcursor = linebuf;
484 wcursor = strend(linebuf);
485 wcursor = lastchr(linebuf, wcursor);
489 j = wcursor - linebuf;
490 for(wcursor = linebuf; wcursor - linebuf < j; ) {
494 if(wcursor - linebuf > j)
501 wcursor = vskipwh(linebuf);
502 cursor = linebuf;