| /vim-8.2.3635/src/ |
| H A D | register.c | 48 get_y_register(int reg) in get_y_register() argument 50 return &y_regs[reg]; in get_y_register() 271 yankreg_T *reg; in get_register() local 293 if (reg != NULL) in get_register() 295 *reg = *y_current; in get_register() 300 reg->y_array = NULL; in get_register() 302 reg->y_array = ALLOC_MULT(char_u *, reg->y_size); in get_register() 312 return (void *)reg; in get_register() 324 vim_free(reg); in put_register() 341 vim_free(reg); in free_register() [all …]
|
| H A D | if_lua.c | 449 const luaV_Reg *reg; in lua_link_init() local 458 for (reg = luaV_dll; reg->func; reg++) in lua_link_init() 460 if ((*reg->func = symbol_from_dll(hinstLua, reg->name)) == NULL) in lua_link_init() 465 semsg(_(e_loadfunc), reg->name); in lua_link_init()
|
| H A D | os_mac.h | 34 # undef reg
|
| H A D | regexp_bt.c | 439 static char_u *reg(int paren, int *flagp); 1383 ret = reg(REG_PAREN, &flags); in regatom() 1459 ret = reg(REG_ZPAREN, &flags); in regatom() 1505 ret = reg(REG_NPAREN, &flags); in regatom() 2355 reg( in reg() function 2502 if (reg(REG_NOPAREN, &flags) == NULL) in bt_regcomp() 2515 if (reg(REG_NOPAREN, &flags) == NULL || reg_toolong) in bt_regcomp()
|
| H A D | normal.c | 1341 yankreg_T *reg; in call_yank_do_autocmd() local 1347 reg = get_register(regname, TRUE); in call_yank_do_autocmd() 1348 yank_do_autocmd(&oa, reg); in call_yank_do_autocmd() 1349 free_register(reg); in call_yank_do_autocmd()
|
| /vim-8.2.3635/src/proto/ |
| H A D | register.pro | 3 yankreg_T *get_y_register(int reg); 15 void put_register(int name, void *reg); 16 void free_register(void *reg); 26 void yank_do_autocmd(oparg_T *oap, yankreg_T *reg);
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | registry.vim | 2 " Language: Windows Registry export with regedit (*.reg) 25 \ 'registry files (*.reg)\t*.reg\n' .
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | README.txt | 19 "GvimExt.reg". You can edit this file to add the paths. To install the 20 registry entries, right-click the gvimext.reg file and choose the "merge" 39 - Delete all the keys listed in GvimExt.reg, except this one:
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | registry.vim | 2 " Language: Windows Registry export with regedit (*.reg) 17 " Head of regedit .reg files, it's REGEDIT4 on Win9#/NT
|
| H A D | 8th.vim | 82 Builtin ref@ G:ref@ reg! G:reg! reg@ G:reg@ regbin@ G:regbin@ remaining-args G:remaining-args repe… 201 …pio gpio! hw:gpio! gpio-mmap hw:gpio-mmap gpio@ hw:gpio@ i2c hw:i2c i2c! hw:i2c! i2c!reg hw:i2c!reg 202 Builtin i2c@ hw:i2c@ i2c@reg hw:i2c@reg isround? hw:isround? iswatch? hw:iswatch? mac? hw:mac? mem…
|
| H A D | verilog.vim | 34 syn keyword verilogStatement rcmos real realtime reg release
|
| H A D | abel.vim | 23 syn keyword abelTypeId com reg neg pos buffer dc reg_d reg_t contained
|
| H A D | haste.vim | 36 syn keyword hasteVerilog buf reg while
|
| H A D | verilogams.vim | 41 syn keyword verilogamsType inout reg tri tri0 tri1 triand trior trireg
|
| H A D | sas.vim | 148 …art='\v%(^|;)\s*\zsproc\s+%(anova|arima|catmod|factex|glm|model|optex|plan|reg)>' end='\v%(^|;)\s*… 151 … lineparm loess matrix needle parent panelby pbspline plot polygon refline reg rowaxis scatter ser…
|
| H A D | vera.vim | 36 syn keyword veraType reg string enum event bit
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | sas.vim | 46 \ 'anova', 'arima', 'catmod', 'factex', 'glm', 'model', 'optex', 'plan', 'reg',
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_registers.vim | 520 call assert_equal(1, len(split(execute('reg x'), '\n'))) 685 let b = split(execute(":reg *"), "\n")
|
| H A D | test_usercommands.vim | 157 command -nargs=* -reg TestRegArg call SaveCmdArgs("<reg>", "<register>")
|
| H A D | test_filetype.vim | 460 \ 'slpreg': ['/etc/slp.reg', 'any/etc/slp.reg'],
|
| H A D | test_trycatch.vim | 1430 let @a = 'let(' . T72_throw('reg') . ')' 1432 catch /^reg$/
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_sv_se.latin1.vim | 129 menutrans To\ &Previous\ error<Tab>[s Till\ &f�reg�ende\ fel
|
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | html32.vim | 2 …, 'ordm', 'oslash', 'otilde', 'ouml', 'para', 'plusmn', 'pound', 'raquo', 'reg', 'sect', 'shy', 's…
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 1009 let reg = getreg('v', 1, 1) 1014 call setreg('v', reg, regt)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | quickref.txt | 353 |:reg| :reg show the contents of all registers 354 |:reg| :reg {arg} show the contents of registers mentioned in {arg}
|