| /vim-8.2.3635/src/ |
| H A D | screen.c | 142 int off, in screen_fill_end() argument 392 int off; in blocked_by_popup() local 1731 ++off; in screen_puts_len() 2264 int off; in screen_draw_rectangle() local 2414 while (off < end_off && ScreenLines[off] == ' ' in screen_fill() 2416 ++off; in screen_fill() 2418 while (off < end_off && ScreenLines[off] == ' ' in screen_fill() 2420 ++off; in screen_fill() 2432 ++off; in screen_fill() 2496 ++off; in screen_fill() [all …]
|
| H A D | drawscreen.c | 642 int off = 0; in win_redr_ruler() local 708 off = wp->w_wincol; in win_redr_ruler() 717 off = 0; in win_redr_ruler() 793 (int)(off + width), in win_redr_ruler() 867 idx = off; in text_to_screenline() 870 idx = off + col; in text_to_screenline() 1045 int off, in copy_text_attr() argument 1056 ScreenAttrs[off + i] = attr; in copy_text_attr() 1100 ScreenLinesUC[off] = 0; in fold_line() 1147 idx = off + col + i; in fold_line() [all …]
|
| H A D | search.c | 542 spats[idx].off.off = 0; in set_last_search_pat() 1238 spats[0].off.off = 0; in do_search() 1353 spats[0].off.off = 0; in do_search() 1375 spats[0].off.off = -1; in do_search() 1377 spats[0].off.off = 1; in do_search() 1402 (spats[0].off.line || spats[0].off.end || spats[0].off.off)) in do_search() 1410 if (spats[0].off.off > 0 || spats[0].off.line) in do_search() 1413 if (spats[0].off.off != 0 || spats[0].off.line) in do_search() 1520 if (spats[0].off.off > 0) in do_search() 1582 c = pos.lnum + spats[0].off.off; in do_search() [all …]
|
| H A D | drawline.c | 994 off += col; in win_line() 2677 off += n; in win_line() 2685 ScreenLinesUC[off] = 0; in win_line() 2701 --off; in win_line() 2707 ++off; in win_line() 2880 --off; in win_line() 2921 ++off; in win_line() 2943 --off; in win_line() 2951 --off; in win_line() 2957 ++off; in win_line() [all …]
|
| H A D | netbeans.c | 989 long off = 0; in nb_do_cmd() local 1162 off = strtol(cp, &cp, 10); in nb_do_cmd() 1346 pos = off2pos(curbuf, off); in nb_do_cmd() 2090 cmd, off + len - 1)); in nb_do_cmd() 2732 long off; in netbeans_inserted() local 2782 long off; in netbeans_removed() local 2841 sprintf(buf, "%d:newDotAndMark=%d %ld %ld\n", bufno, r_cmdno, off, off); in netbeans_button_release() 2880 long off; in netbeans_keystring() local 2908 sprintf(buf, "%d:newDotAndMark=%d %ld %ld\n", bufno, r_cmdno, off, off); in netbeans_keystring() 3377 long off; in get_off_or_lnum() local [all …]
|
| H A D | gui.c | 2180 buf[0] = ScreenLines[off]; in gui_screenchar() 2181 buf[1] = ScreenLines2[off]; in gui_screenchar() 2220 for (i = off; i < off + len; ++i) in gui_screenstr() 2243 for (i = off; i < off + len; ++i) in gui_screenstr() 2737 int off; in gui_redraw_block() local 2767 off = LineOffset[gui.row]; in gui_redraw_block() 2804 if (ScreenAttrs[off - 1 - back] != ScreenAttrs[off] in gui_redraw_block() 2812 first_attr = ScreenAttrs[off]; in gui_redraw_block() 2859 + off + idx) == 2) in gui_redraw_block() 2871 off -= back; in gui_redraw_block() [all …]
|
| H A D | diff.c | 291 int n, off; in diff_mark_adjust_tp() local 416 n = off; in diff_mark_adjust_tp() 424 off = 0; in diff_mark_adjust_tp() 1619 long off; in diff_read() local 1734 if (off > 0) in diff_read() 1758 if (off < 0) in diff_read() 1764 off = 0; in diff_read() 1828 long off; in diff_copy_entry() local 1831 off = 0; in diff_copy_entry() 2399 int off; in diff_find_change() local [all …]
|
| H A D | fold.c | 1308 linenr_T off = 0; in setManualFoldWin() local 1323 next = fp->fd_top + off; in setManualFoldWin() 1332 next = fp[1].fd_top + off; in setManualFoldWin() 1373 off += fp->fd_top; in setManualFoldWin() 2190 fline.off = 0; in foldUpdateIEMS() 2713 flp->off += fp->fd_top; in foldUpdateIEMSRecurse() 2721 flp->off -= fp->fd_top; in foldUpdateIEMSRecurse() 3238 linenr_T lnum = flp->lnum + flp->off; in foldlevelIndent() 3295 linenr_T lnum = flp->lnum + flp->off; in foldlevelExpr() 3577 linenr_T off) in put_foldopen_recurse() argument [all …]
|
| H A D | highlight.c | 760 int off; in highlight_set_termgui_attr() local 765 off = 0; in highlight_set_termgui_attr() 774 off += len; in highlight_set_termgui_attr() 784 ++off; in highlight_set_termgui_attr() 1009 int off; in highlight_set_cterm_color() local 1289 int off; in highlight_set_startstop_termcode() local 1302 off = 0; in highlight_set_startstop_termcode() 1328 off += len; in highlight_set_startstop_termcode() 1330 ++off; in highlight_set_startstop_termcode() 1336 for (p = arg, off = 0; off < 100 - 6 && *p; ) in highlight_set_startstop_termcode() [all …]
|
| H A D | mbyte.c | 1742 if (off >= max_off) in dbcs_off2cells() 1749 return MB_BYTE2LEN(ScreenLines[off]); in dbcs_off2cells() 1755 return (off + 1 < max_off && ScreenLines[off + 1] == 0) ? 2 : 1; in utf_off2cells() 2024 utfc_char2bytes(int off, char_u *buf) in utfc_char2bytes() argument 2032 if (ScreenLinesC[i][off] == 0) in utfc_char2bytes() 4432 int off; in mb_fix_col() local 4436 off = LineOffset[row] + col; in mb_fix_col() 4439 && ScreenLines[off] != NUL in mb_fix_col() 4441 ScreenLines + off)) in mb_fix_col() 4442 || (enc_utf8 && ScreenLines[off] == 0 in mb_fix_col() [all …]
|
| H A D | move.c | 862 colnr_T off; in validate_cursor_col() local 870 off = curwin_col_off(); in validate_cursor_col() 871 col += off; in validate_cursor_col() 1239 colnr_T off; in textpos2screenpos() local 1248 off = win_col_off(wp); in textpos2screenpos() 1249 col += off; in textpos2screenpos() 1794 int off = get_scrolloff_value(); in scroll_cursor_top() local 1797 off = mouse_dragging - 1; in scroll_cursor_top() 1865 && extra >= off) in scroll_cursor_top() 1893 if (curwin->w_topfill > 0 && extra > off) in scroll_cursor_top() [all …]
|
| H A D | viminfo.c | 253 int off, // offset for virp->vir_line in viminfo_readstring() argument 260 if (virp->vir_line[off] == Ctrl_V && vim_isdigit(virp->vir_line[off + 1])) in viminfo_readstring() 262 len = atol((char *)virp->vir_line + off + 1); in viminfo_readstring() 276 retval = vim_strsave(virp->vir_line + off); in viminfo_readstring() 1437 long off = 0; in read_viminfo_search_pattern() local 1470 off = getdigits(&lp); in read_viminfo_search_pattern() 1499 spat->off.line = off_line; in read_viminfo_search_pattern() 1500 spat->off.end = off_end; in read_viminfo_search_pattern() 1501 spat->off.off = off; in read_viminfo_search_pattern() 1527 spat->off.line ? 'L' : 'l', // line offset in wvsp_one() [all …]
|
| H A D | terminal.c | 3618 ScreenLines[off] = c; in term_line2screenline() 3624 ++off; in term_line2screenline() 3632 ScreenLines[off] = NUL; in term_line2screenline() 3638 ScreenLines[off] = ' '; in term_line2screenline() 3639 ScreenAttrs[off] = ScreenAttrs[off - 1]; in term_line2screenline() 3643 ++off; in term_line2screenline() 5234 size_t off; in get_separator() local 5265 textline[off] = ' '; in get_separator() 6104 int off = 0; in f_term_scrape() local 6135 off += (*utf_char2bytes)((int)cell.chars[i], mbs + off); in f_term_scrape() [all …]
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 30state_pen.test | 7 ?pen bold = off 9 ?pen italic = off 10 ?pen blink = off 11 ?pen reverse = off 20 ?pen bold = off 22 ?pen bold = off 46 ?pen italic = off 48 ?pen italic = off 54 ?pen blink = off 56 ?pen blink = off [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vhdl.vim | 220 syn match vhdlPreProc "/\*\s*rtl_synthesis\s\+\(on\|off\)\s*\*/" 221 syn match vhdlPreProc "\(^\|\s\)--\s*rtl_synthesis\s\+\(on\|off\)\s*" 222 syn match vhdlPreProc "/\*\s*rtl_syn\s\+\(on\|off\)\s*\*/" 223 syn match vhdlPreProc "\(^\|\s\)--\s*rtl_syn\s\+\(on\|off\)\s*" 227 syn match vhdlPreProc "/\*\s*synthesis\s\+translate_\(on\|off\)\s*\*/" 228 "syn match vhdlPreProc "/\*\s*simulation\s\+translate_\(on\|off\)\s*\*/" 229 syn match vhdlPreProc "/\*\s*pragma\s\+translate_\(on\|off\)\s*\*/" 230 syn match vhdlPreProc "/\*\s*pragma\s\+synthesis_\(on\|off\)\s*\*/" 231 syn match vhdlPreProc "/\*\s*synopsys\s\+translate_\(on\|off\)\s*\*/" 235 syn match vhdlPreProc "\(^\|\s\)--\s*pragma\s\+translate_\(on\|off\)\s*" [all …]
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_fr_fr.latin1.vim | 86 menutrans Toggle\ &Ignoring\ case<Tab>:set\ ic! &Ignorer\ casse\ on/off<Tab>:set\ ic! 98 menutrans Toggle\ Insert\ &Mode<Tab>:set\ im! I&nsertion\ permanente\ on/off<Tab>:set\ im! 103 menutrans Toggle\ &Toolbar Barre\ d'&outils\ on/off 104 menutrans Toggle\ &Bottom\ Scrollbar Ascenseur\ &horizontal\ on/off 105 menutrans Toggle\ &Left\ Scrollbar Ascenseur\ �\ ga&uche\ on/off 106 menutrans Toggle\ &Right\ Scrollbar Ascenseur\ �\ &droite\ on/off 113 menutrans Toggle\ Line\ &Numbering<Tab>:set\ nu! &Num�rotation\ on/off<Tab>:set\ nu! 115 menutrans Toggle\ &List\ Mode<Tab>:set\ list! Mode\ &listing\ on/off<Tab>:set\ list! 118 menutrans Toggle\ Tab\ &Expanding<Tab>:set\ et! &Tab\.\ en\ espaces\ on/off<Tab>:set\ et! 169 menutrans &Enable/Disable\ folds<Tab>zi &Replis\ on/off<Tab>zi [all …]
|
| /vim-8.2.3635/src/libvterm/doc/ |
| H A D | seqs.txt | 177 23 SGR 22 = Bold off 178 SGR 23 = Italic off 179 23 SGR 24 = Underline off 180 23 SGR 25 = Blink off 181 23 SGR 27 = Reverse off 182 SGR 28 = Conceal off 183 SGR 29 = Strikethrough off
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | netbeans.txt | 461 guard off len 615 unguard off len 628 seqno bufID lnum col off 666 insert off text 668 argument, "off" a number. 686 remove off length 706 balloonEval off len type 709 "off". When "len" is non-zero the text from position "off" to 756 insert off text 794 newDotAndMark off off [all …]
|
| H A D | filetype.txt | 70 *:filetype-plugin-off* 72 :filetype plugin off 73 The filetype detection is not switched off then. But if you do switch off 87 :filetype indent off 88 The filetype detection is not switched off then. But if you do switch off 95 *:filetype-off* 97 :filetype off 106 :filetype off off unchanged unchanged 108 :filetype plugin off unchanged off unchanged 110 :filetype indent off unchanged unchanged off [all …]
|
| H A D | helphelp.txt | 172 'arabic' off 173 'binary' off 174 'buflisted' off 175 'cursorbind' off 176 'diff' off 177 'foldenable' off 178 'list' off 179 'modifiable' off 180 'number' off 182 'rightleft' off [all …]
|
| H A D | options.txt | 1854 'ruler' + off no ruler 3386 'foldenable' is off. 3625 off. 4308 0 :lmap is off and IM is off 4334 0 :lmap is off and IM is off 5270 Vi default: off) 5628 it is off by default. 6791 'shelltemp' is off. 7032 the 'wrap' option is off and the cursor is moved off of the screen. 7637 syntax highlighting has been switched off with ":syntax off". [all …]
|
| H A D | scroll.txt | 10 moved off of the window, the cursor is moved onto the window (with 147 character that the cursor is on is moved off the screen, the cursor is moved 154 left. This only works when 'wrap' is off. 159 right. This only works when 'wrap' is off. 164 left. This only works when 'wrap' is off. 169 right. This only works when 'wrap' is off. 177 works when 'wrap' is off. 182 works when 'wrap' is off. 267 line if the cursor line is about to be scrolled off the screen (similarly to
|
| /vim-8.2.3635/src/proto/ |
| H A D | screen.pro | 25 void screen_char(unsigned off, int row, int col); 27 void space_to_screenline(int off, int attr); 42 int screen_ins_lines(int off, int row, int line_count, int end, int clear_attr, win_T *wp); 43 int screen_del_lines(int off, int row, int line_count, int end, int force, int clear_attr, win_T *w…
|
| H A D | mbyte.pro | 21 int latin_off2cells(unsigned off, unsigned max_off); 22 int dbcs_off2cells(unsigned off, unsigned max_off); 23 int utf_off2cells(unsigned off, unsigned max_off); 31 int utfc_char2bytes(int off, char_u *buf);
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_syntax.vim | 125 syntime off 146 call assert_equal('"syntime clear off on report', @:) 182 …uster conceal enable foldlevel include iskeyword keyword list manual match off on region reset spe… 229 syntax conceal off 233 call assert_match('conceal off', execute('syntax conceal')) 236 syntax conceal off 237 call assert_match('conceal off', execute('syntax conceal')) 258 syn off 476 syntax off 709 syntax off
|