Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 25 of 33) sorted by relevance

12

/vim-8.2.3635/src/libvterm/
H A DMakefile100 …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 Dspellfile.c2274 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 Ddrawline.c1764 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 Ddrawscreen.c900 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 Dex_getln.c3286 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 Dtag.c3192 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 Dterminal.c4853 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 Dscreen.c1512 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 DMake_cyg_ming.mak180 CROSS_COMPILE = i586-pc-mingw32msvc-
/vim-8.2.3635/runtime/syntax/
H A Dmf.vim244 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 Dpcap.vim24 syn match pcapKeyword contained ':\(br\|du\|fc\|fs\|mx\|pc\|pl\|pw\|px\|py\|xc\|xs\)#\d\+'
H A Dvmasm.vim18 syn keyword vmasmReg ap fp sp pc iv dv
H A Dskill.vim505 syn match skillpcFunctions "(pc\u\a\+\>"hs=s+1
506 syn match skillpcFunctions "\<pc\u\a\+("he=e-1
H A Dia64.vim120 "fcvt/fcvt.xf/fcvt.xuf.pc.sf
H A Dcss.vim74 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 Dasm68k.vim20 syn keyword asm68kReg pc sr ccr sp usp ssp
/vim-8.2.3635/src/testdir/
H A Dtest_hardcopy.vim9 for opt in ['left:5in,right:10pt,top:8mm,bottom:2pc',
10 \ 'left:2in,top:30pt,right:16mm,bottom:3pc',
H A Dgen_opt_test.vim126 \ 'printoptions': [['', 'header:0', 'left:10pc,top:5pc'], ['xxx']],
H A Dtest_filetype.vim393 \ 'proc': ['file.pc'],
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim689 " - 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 Dprint.txt319 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 Dusr_90.txt220 "pc" directory and you'll find a list of files there. The version number is
H A Dwindows.txt922 CTRL-W CTRL-Z *CTRL-W_CTRL-Z* *:pc* *:pclose*
923 :pc[lose][!] Close any "Preview" window currently open. When the 'hidden'
H A Dgui_x11.txt603 your system has a working pkg-config together with the .pc file of the
/vim-8.2.3635/
H A DFilelist335 src/libvterm/vterm.pc.in \

12