Lines Matching refs:cursor
143 vrepaint(cursor);
279 vmoveto(dot, cursor, 0);
292 vrepaint(cursor);
328 vrepaint(cursor);
427 vnline(cursor);
441 vnline(cursor);
474 ncols[c - 'a'] = cursor;
557 cursor = strend(linebuf);
563 if (!*cursor && cursor > linebuf)
564 cursor--;
567 vrepaint(cursor);
598 if (*cursor) {
610 unsigned char *ccursor = cursor;
708 if (*cursor) {
710 int length = mbtowc(&wchar, (char *)cursor, MULTI_BYTE_MAX);
714 putchar(*cursor);
720 cursor++;
722 cursor += length;
764 vcursat(cursor);
821 vrepaint(cursor);
913 if (c == 'p' && *cursor)
914 cursor = nextchr(cursor);
922 cursor = 0;
978 cursor += P_cursor_offset;
989 vjumpto(dot, cursor, '.');
993 vrepaint(cursor);
1177 vundkind = VMANY, cursor = 0;
1211 cursor = 0;
1254 vrepaint(cursor);
1318 cp = vpastwh(cursor);
1448 vjumpto(dot, cursor, 0);