Searched refs:lb (Results 1 – 13 of 13) sorted by relevance
867 unsigned char lb = lead; in dbcs_class() local873 if (lb <= 0x9f) in dbcs_class()874 lb = (lb - 0x81) * 2 + 0x21; in dbcs_class()876 lb = (lb - 0xc1) * 2 + 0x21; in dbcs_class()884 lb += 1; in dbcs_class()897 lb &= 0x7f; in dbcs_class()901 switch (lb << 8 | tb) in dbcs_class()914 switch (lb) in dbcs_class()
1517 luaV_Buffer *lb = luaV_checkudata(L, 1, LUAVIM_BUFFER); in luaV_buffer_insert() local1518 buf_T *b = (buf_T *) luaV_checkcache(L, (void *) *lb); in luaV_buffer_insert()
26 syn match vgrindefsField ":lb="
91 syn match amplDotSuffix "\h\w*\.\(lb\|ub\)"hs=e-2
720 …r\|iq\|ie\|im\|il\|it\|jm\|jp\|je\|jo\|kz\|ke\|ki\|kp\|kr\|kw\|kg\|la\|lv\|lb\|ls\|lr\|ly\|li\|lt\…764 …i\|kj\|kk\|kl\|km\|kn\|khw\|ko\|kr\|ks\|ksh\|ku\|kv\|kw\|ky\|la\|lad\|lan\|lb\|lg\|li\|lij\|lmo\|l…
26 …foldo[pen] grepa[dd] helpf[ind] i imapc[lear] intro k lN[ext] laddb[uffer] lb[uffer] lcl[ose] leg[…
643 lua lb = vim.eval('b')644 let n = luaeval('lb[1]')646 let n = luaeval('lb[6]')655 call assert_fails('let x = luaeval("lb:xyz(3)")', msg)656 let y = luaeval("lb[{}]")660 call assert_fails('lua lb[1] = 2', '[string "vim chunk"]:1: blob is locked')661 call assert_fails('lua lb:add("12")', '[string "vim chunk"]:1: blob is locked')
457 call setreg('C', ['abcC3b'], 'lb')
174 " Checks whether the line ends with an empty closing tag such as <lb/>
298 *:lb* *:lbuffer*299 :lb[uffer][!] [bufnr] Same as ":cbuffer", except the location list for the
1395 |:lbuffer| :lb[uffer] parse locations and jump to first location
2621 :lb quickfix.txt /*:lb*
14684 Problem: ":lb" is interpreted as ":lbottom" while the documentation says it