| /vim-8.2.3635/src/libvterm/ |
| H A D | Makefile | 100 …BDIR@,$(LIBDIR)," -e "s,@VERSION@,$(VERSION)," <vterm.pc.in >$(DESTDIR)$(LIBDIR)/pkgconfig/vterm.pc 128 sed "s,@VERSION@,$(VERSION)," <vterm.pc.in >__distdir/vterm.pc.in
|
| /vim-8.2.3635/src/ |
| H A D | spellfile.c | 2274 vim_free(pc); in spell_read_aff() 2284 line = pc; in spell_read_aff() 2288 pc = NULL; in spell_read_aff() 3104 vim_free(pc); in spell_read_aff() 3503 char_u *pc; in spell_read_dic() local 3572 w = pc; in spell_read_dic() 3576 pc = NULL; in spell_read_dic() 3691 vim_free(pc); in spell_read_dic() 4135 vim_free(pc); in spell_read_wordfile() 4145 line = pc; in spell_read_wordfile() [all …]
|
| H A D | drawline.c | 1764 int pc, pc1, nc; in win_line() local 1771 pc = prev_c; in win_line() 1778 pc = utfc_ptr2char(ptr + mb_l, pcc); in win_line() 1784 mb_c = arabic_shape(mb_c, &c, &u8cc[0], pc, pc1, nc); in win_line()
|
| H A D | drawscreen.c | 900 int pc, pc1, nc; in text_to_screenline() local 908 pc = prev_c; in text_to_screenline() 915 pc = utfc_ptr2char(p + c_len, pcc); in text_to_screenline() 922 pc, pc1, nc); in text_to_screenline()
|
| H A D | ex_getln.c | 3286 int pc, pc1 = 0; in draw_cmdline() local 3326 pc = prev_c; in draw_cmdline() 3338 pc = NUL; in draw_cmdline() 3343 pc = utfc_ptr2char_len(p + mb_l, pcc, in draw_cmdline() 3351 u8c = arabic_shape(u8c, NULL, &u8cc[0], pc, pc1, nc); in draw_cmdline()
|
| H A D | tag.c | 3192 char_u *pc, *pt; in parse_match() local 3247 pc = vim_strchr(p, ':'); in parse_match() 3249 if (pc == NULL || (pt != NULL && pc > pt)) in parse_match()
|
| H A D | terminal.c | 4853 int pc = prev_cell.chars[i]; in f_term_dumpwrite() local 4854 int should_break = c == NUL || pc == NUL; in f_term_dumpwrite() 4860 pc = (pc == NUL) ? ' ' : pc; in f_term_dumpwrite() 4862 if (c != pc) in f_term_dumpwrite()
|
| H A D | screen.c | 1512 int pc, nc, nc1; in screen_puts_len() local 1589 pc = prev_c; in screen_puts_len() 1591 u8c = arabic_shape(u8c, &c, &u8cc[0], nc, nc1, pc); in screen_puts_len()
|
| H A D | Make_cyg_ming.mak | 180 CROSS_COMPILE = i586-pc-mingw32msvc-
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | mf.vim | 244 syn match mfLength "\<\(bp\|cc\|cm\|dd\|in\|mm\|pc\|pt\)\>" 245 syn match mfLength "[-]\=\d\+\(bp\|cc\|cm\|dd\|in\|mm\|pc\|pt\)\#\=" 246 syn match mfLength "[-]\=\.\d\+\(bp\|cc\|cm\|dd\|in\|mm\|pc\|pt\)\#\=" 247 syn match mfLength "[-]\=\d\+\.\d\+\(bp\|cc\|cm\|dd\|in\|mm\|pc\|pt\)\#\="
|
| H A D | pcap.vim | 24 syn match pcapKeyword contained ':\(br\|du\|fc\|fs\|mx\|pc\|pl\|pw\|px\|py\|xc\|xs\)#\d\+'
|
| H A D | vmasm.vim | 18 syn keyword vmasmReg ap fp sp pc iv dv
|
| H A D | skill.vim | 505 syn match skillpcFunctions "(pc\u\a\+\>"hs=s+1 506 syn match skillpcFunctions "\<pc\u\a\+("he=e-1
|
| H A D | ia64.vim | 120 "fcvt/fcvt.xf/fcvt.xuf.pc.sf
|
| H A D | css.vim | 74 syn match cssValueLength contained "[-+]\=\d\+\(\.\d*\)\=\(mm\|cm\|in\|pt\|pc\|em\|ex\|px\|rem\|dpi… 462 syntax match cssUnitDecorators /\(#\|-\|+\|%\|mm\|cm\|in\|pt\|pc\|em\|ex\|px\|ch\|rem\|vh\|vw\|vmin…
|
| H A D | asm68k.vim | 20 syn keyword asm68kReg pc sr ccr sp usp ssp
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_hardcopy.vim | 9 for opt in ['left:5in,right:10pt,top:8mm,bottom:2pc', 10 \ 'left:2in,top:30pt,right:16mm,bottom:3pc',
|
| H A D | gen_opt_test.vim | 126 \ 'printoptions': [['', 'header:0', 'left:10pc,top:5pc'], ['xxx']],
|
| H A D | test_filetype.vim | 393 \ 'proc': ['file.pc'],
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 689 " - CommOutput: disassemble $pc 690 " - CommOutput: &"disassemble $pc\n" 699 " - CommOutput: disassemble $pc 700 " - CommOutput: &"disassemble $pc\n" 728 call s:SendCommand('disassemble $pc,+100') 731 elseif a:msg =~ '\&\"disassemble \$pc' 1121 call s:SendCommand('disassemble $pc') 1158 call s:SendCommand('disassemble $pc')
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | print.txt | 319 left:{spec} left margin (default: 10pc) 320 right:{spec} right margin (default: 5pc) 321 top:{spec} top margin (default: 5pc) 322 bottom:{spec} bottom margin (default: 5pc) 325 millimeters or "pc" for a percentage of the media 328 left:2in,top:30pt,right:16mm,bottom:3pc
|
| H A D | usr_90.txt | 220 "pc" directory and you'll find a list of files there. The version number is
|
| H A D | windows.txt | 922 CTRL-W CTRL-Z *CTRL-W_CTRL-Z* *:pc* *:pclose* 923 :pc[lose][!] Close any "Preview" window currently open. When the 'hidden'
|
| H A D | gui_x11.txt | 603 your system has a working pkg-config together with the .pc file of the
|
| /vim-8.2.3635/ |
| H A D | Filelist | 335 src/libvterm/vterm.pc.in \
|